| 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.
|
|
|