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

Unified Diff: build/android/envsetup_functions.sh

Issue 23037008: [MIPS] Default the Android build to mips32r1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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/android/envsetup_functions.sh
diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
index f7cf4a1b2c10426c717e880e074b7b3cf120cf1e..fef07ef9cf93c57d5f547f3388c6bdedcbdd2164 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -125,6 +125,7 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION}
;;
"mips")
DEFINES+=" target_arch=mipsel"
+ DEFINES+=" mips_arch_variant=mips32r1"
;;
*)
echo "TARGET_ARCH: ${TARGET_ARCH} is not supported." >& 2
« 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