Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1137)

Unified Diff: build/android/envsetup.sh

Issue 10823174: Roll Android SDK in android_tools repo to api version 16. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove references to install sdk script. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698