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

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

Issue 343413002: [MIPS] Add MIPS Android related changes to gn build system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct indentation. Created 6 years, 6 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 | build/config/compiler/BUILD.gn » ('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 1e3601dbf749e9b0db3f861ba6d7d183b1d21ac9..323775e6fedd93c2c5e2b4201bd85fed40c86944 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -76,7 +76,7 @@ if (is_android) {
} else if (cpu_arch == "arm") {
android_libgcc_file =
"$arm_android_toolchain_root/lib/gcc/arm-linux-androideabi/${_android_toolchain_version}/libgcc.a"
- } else if (cpu_arch == "mips") {
+ } else if (cpu_arch == "mipsel") {
android_libgcc_file =
"$mips_android_toolchain_root/lib/gcc/mipsel-linux-android/${_android_toolchain_version}/libgcc.a"
} else {
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698