| Index: build/android/envsetup_functions.sh
|
| diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
|
| index 9b8083d5429c5aa1cef78ae183fa5c139dc2a0bc..7f0ab14a09bd01ac4962bcf8ef324ae3fa13dfb0 100755
|
| --- a/build/android/envsetup_functions.sh
|
| +++ b/build/android/envsetup_functions.sh
|
| @@ -166,7 +166,7 @@ sdk_build_init() {
|
| export TARGET_PRODUCT="${TARGET_PRODUCT:-trygon}"
|
|
|
| # Android sdk platform version to use
|
| - export ANDROID_SDK_VERSION=15
|
| + export ANDROID_SDK_VERSION=16
|
| # Unset toolchain so that it can be set based on TARGET_PRODUCT.
|
| # This makes it easy to switch between architectures.
|
| unset ANDROID_TOOLCHAIN
|
|
|