Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(784)

Unified Diff: build/config/android/BUILD.gn

Issue 1888763002: Build 64bit browser for Android with clang for ARMv8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch Set 5: Keep -fno-integrated-as as ARMv7 needs it Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | build/config/arm.gni » ('j') | build/config/arm.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « AUTHORS ('k') | build/config/arm.gni » ('j') | build/config/arm.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698