| Index: build/android/envsetup_functions.sh
|
| diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
|
| index 67084311542be74788f35f1e8bb5fc7add4c2b2c..6cd8ae0e869868293babd3f27f2827b7640f5bbd 100755
|
| --- a/build/android/envsetup_functions.sh
|
| +++ b/build/android/envsetup_functions.sh
|
| @@ -235,13 +235,7 @@ sdk_build_init() {
|
| export ANDROID_SDK_BUILD_TOOLS_VERSION=19.0.0
|
| fi
|
|
|
| - unset ANDROID_BUILD_TOP
|
| -
|
| - # Set default target.
|
| - export TARGET_PRODUCT="${TARGET_PRODUCT:-trygon}"
|
| -
|
| - # Unset toolchain so that it can be set based on TARGET_PRODUCT.
|
| - # This makes it easy to switch between architectures.
|
| + # Unset toolchain. This makes it easy to switch between architectures.
|
| unset ANDROID_TOOLCHAIN
|
|
|
| common_vars_defines
|
|
|