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

Unified Diff: build/android/envsetup.sh

Issue 171903002: android envsetup: Stop honoring --target-arch parameter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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
Index: build/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index 46e3a4eaeccdfbfddf1a76d2c35e756460287aa6..087b5608c5bc7fafe0f0b327d791ba78ccb842e9 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -66,9 +66,6 @@ the one you want."
fi
if [[ "${ANDROID_SDK_BUILD}" -eq 1 ]]; then
- if [[ -z "${TARGET_ARCH}" ]]; then
- return 1
- fi
sdk_build_init
# Sets up environment for building Chromium for Android with source. Expects
# android environment setup and lunch.

Powered by Google App Engine
This is Rietveld 408576698