Index: build/android/envsetup.sh |
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh |
index 2c19dbaaf4ff055b963f8893d917e646a037bb84..6d453f1ac0b81f99d6f1c9d1cb89fbed5c5a7c4b 100755 |
--- a/build/android/envsetup.sh |
+++ b/build/android/envsetup.sh |
@@ -55,6 +55,9 @@ the one you want." |
echo "${CHROME_SRC}" |
fi |
+# Android sdk platform version to use |
+export ANDROID_SDK_VERSION=16 |
+ |
# Source functions script. The file is in the same directory as this script. |
. "$(dirname $BASH_SOURCE)"/envsetup_functions.sh |