| Index: build/android/envsetup.sh
|
| diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
|
| index 087b5608c5bc7fafe0f0b327d791ba78ccb842e9..e8a373c67b74cf235f9aad014608ff85a849a23e 100755
|
| --- a/build/android/envsetup.sh
|
| +++ b/build/android/envsetup.sh
|
| @@ -22,7 +22,9 @@ SCRIPT_DIR="$(dirname "${BASH_SOURCE:-$0}")"
|
|
|
| export ANDROID_SDK_BUILD=1 # Default to SDK build.
|
|
|
| -process_options "$@"
|
| +if ! process_options "$@" ; then
|
| + return 1
|
| +fi
|
|
|
| # When building WebView as part of Android we can't use the SDK. Other builds
|
| # default to using the SDK.
|
|
|