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

Unified Diff: build/android/envsetup_functions.sh

Issue 15085019: [MIPS] Fix correct toolchain_dir for MIPS/Android builds (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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/common.gypi » ('j') | 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 adfbb9682c577179c358c705c47d98d972ed53f5..e3e7c260118c96936690c676c324971567905340 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -35,7 +35,6 @@ common_vars_defines() {
;;
"mips")
toolchain_arch="mipsel-linux-android"
- toolchain_dir="linux-x86"
;;
*)
echo "TARGET_ARCH: ${TARGET_ARCH} is not supported." >& 2
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698