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

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

Issue 2547963002: [Chromecast] Use symbol_level=1 for 32-bit GCC toolchains.
Patch Set: Piggyback on Android condition Created 4 years 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 | « android_webview/system_webview_apk_tmpl.gni ('k') | build/config/compiler/compiler.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index d5948f2fbf373c0b89c3074d912d5b821ffaa450..3a93c1998fa3ae945994ea3c5c75cd74b610e0cb 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -308,16 +308,7 @@ if (is_android) {
android_libcpp_lib_dir = "${android_libcpp_root}/libs/${android_app_abi}"
}
- # Secondary ABI -------------------------------------------------------------
- if (target_cpu == "arm64" || target_cpu == "x64" || target_cpu == "mips64el") {
agrieve 2016/12/06 14:57:44 nit: It would be better to leave android_64bit_tar
slan 2016/12/06 15:19:38 Done.
- android_64bit_target_cpu = true
- } else if (target_cpu == "arm" || target_cpu == "x86" ||
- target_cpu == "mipsel") {
- android_64bit_target_cpu = false
- } else {
- assert(false, "Unknown target CPU: $target_cpu")
- }
-
+ # Secondary ABI -------------------------------------------------------------s
# Intentionally do not define android_app_secondary_abi_cpu and
# android_app_secondary_abi for 32-bit target_cpu, since they are not used.
if (target_cpu == "arm64") {
« no previous file with comments | « android_webview/system_webview_apk_tmpl.gni ('k') | build/config/compiler/compiler.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698