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

Unified Diff: build/config/android/config.gni

Issue 1888763002: Build 64bit browser for Android with clang for ARMv8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index aff3b2f04f1d52fb8402c89686483d79413580c8..57d5bcda1e4564285fb1abf4f778a871ebc934e4 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -246,6 +246,7 @@ if (is_android) {
} else if (current_cpu == "x64") {
android_app_abi = "x86_64"
} else if (current_cpu == "arm64") {
+ import("//build/config/arm.gni")
Nico 2016/04/14 15:43:55 why is this needed?
khasim.mohammed 2016/04/14 16:13:41 Because arm.gni has arm64 options for fpu : else
android_app_abi = "arm64-v8a"
} else if (current_cpu == "mips64el") {
android_app_abi = "mips64"

Powered by Google App Engine
This is Rietveld 408576698