Chromium Code Reviews| Index: build/config/android/BUILD.gn |
| diff --git a/build/config/android/BUILD.gn b/build/config/android/BUILD.gn |
| index 62c6d0c16c0734424db2a6e0f6b610bb39544a7f..03c6bc96803b5310166b1dc38ee4d24e6a76fb77 100644 |
| --- a/build/config/android/BUILD.gn |
| +++ b/build/config/android/BUILD.gn |
| @@ -91,7 +91,7 @@ config("compiler") { |
| } else if (current_cpu == "arm64") { |
| # Place holder for arm64 support, not tested. |
| # TODO: Enable clang support for Android Arm64. http://crbug.com/539781 |
|
rmcilroy
2016/05/13 15:11:36
You could remove the comment and TODO here if this
|
| - abi_target = "aarch64-linux-androideabi" |
| + abi_target = "aarch64-linux-android" |
| } else if (current_cpu == "x64") { |
| # Place holder for x64 support, not tested. |
| # TODO: Enable clang support for Android x64. http://crbug.com/539781 |