Index: build/android/envsetup_functions.sh |
diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh |
index 67084311542be74788f35f1e8bb5fc7add4c2b2c..030b264cf8c6a903a457e632979347938b060c95 100755 |
--- a/build/android/envsetup_functions.sh |
+++ b/build/android/envsetup_functions.sh |
@@ -140,9 +140,6 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION} |
common_gyp_vars() { |
export GYP_DEFINES="${DEFINES}" |
- # Use our All target as the default |
- export GYP_GENERATOR_FLAGS="${GYP_GENERATOR_FLAGS} default_target=All" |
- |
# TODO(thakis): Remove this after a week or two. Sourcing envsetup.sh used to |
# set this variable, but now that all_android.gyp is gone having it set will |
# lead to errors, so explicitly unset it to remove it from the environment of |