| Index: build/android/envsetup.sh
|
| diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
|
| index 0b053b6eaed2eb5b52b904a76727645d0b15aed1..3fa19189c8346f929e47b95b996fc6ca0a076733 100644
|
| --- a/build/android/envsetup.sh
|
| +++ b/build/android/envsetup.sh
|
| @@ -148,5 +148,8 @@ export GYP_DEFINES="${DEFINES}"
|
| # Use the "android" flavor of the Makefile generator for both Linux and OS X.
|
| export GYP_GENERATORS="make-android"
|
|
|
| +# Use our All target as the default
|
| +export GYP_GENERATOR_FLAGS="${GYP_GENERATOR_FLAGS} default_target=All"
|
| +
|
| # We want to use our version of "all" targets.
|
| export CHROMIUM_GYP_FILE="${CHROME_SRC}/build/all_android.gyp"
|
|
|