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

Unified Diff: build/android/envsetup_functions.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: 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_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

Powered by Google App Engine
This is Rietveld 408576698