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

Unified Diff: build/android/envsetup_functions.sh

Issue 142023006: android envsetup: Stop explicitly setting host_arch when target_arch=x86. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 316ddef22f8b950b583b7eed7e880f992579ad87..083f0903aa1d4c1e97fd1058a0fcc08e6a27a556 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -99,9 +99,6 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION}
DEFINES+=" target_arch=arm"
;;
"x86")
- host_arch=$(uname -m | sed -e \
- 's/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/;s/i86pc/ia32/')
- DEFINES+=" host_arch=${host_arch}"
DEFINES+=" target_arch=ia32"
;;
"mips")
« 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