| Index: build/android/envsetup.sh
|
| diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
|
| index 3f4df528c4b3561dfaa4e1fc0e1ccd8b36c9fd61..5d2108951540b496f84c903c134480babd63444d 100755
|
| --- a/build/android/envsetup.sh
|
| +++ b/build/android/envsetup.sh
|
| @@ -47,6 +47,8 @@ esac
|
|
|
| export ANDROID_TOOLCHAIN="${ANDROID_NDK_ROOT}/toolchains/arm-linux-androideabi-4.4.3/prebuilt/${toolchain_dir}/bin/"
|
|
|
| +export ANDROID_SDK_VERSION="15"
|
| +
|
| # Add Android SDK's platform-tools to system path.
|
| export PATH="${PATH}:${ANDROID_SDK_ROOT}/platform-tools/"
|
|
|
|
|