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

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

Issue 2231543002: Fix CPU type for Android x64 build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/android/BUILD.gn
diff --git a/build/toolchain/android/BUILD.gn b/build/toolchain/android/BUILD.gn
index 4a1a29f7eef579b3f97f4c45e397d7966ae05b6a..8fc5604a8614d5ff431783de8f8ee12e57c23efe 100644
--- a/build/toolchain/android/BUILD.gn
+++ b/build/toolchain/android/BUILD.gn
@@ -98,7 +98,7 @@ android_gcc_toolchains_helper("mipsel") {
}
android_gcc_toolchains_helper("x64") {
- toolchain_cpu = "x86_64"
+ toolchain_cpu = "x64"
toolchain_root = x86_64_android_toolchain_root
sysroot = "$android_ndk_root/$x86_64_android_sysroot_subdir"
lib_dir = "usr/lib64"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698