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

Unified Diff: build/android/envsetup.sh

Issue 21977003: Build changes for updating Android SDK to 4.3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll android_tools in src/DEPS to new SDK. Created 7 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 33b67643853f90c973dd645c8a32f105ef136734..06a73f2e91db78acc25cb0b0fae658620a14f2b6 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -89,7 +89,8 @@ the one you want."
fi
# Android sdk platform version to use
-export ANDROID_SDK_VERSION=17
+export ANDROID_SDK_VERSION=18
+export ANDROID_SDK_BUILD_TOOLS_VERSION=18.0.1
if [[ "${ANDROID_SDK_BUILD}" -eq 1 ]]; then
if [[ -z "${TARGET_ARCH}" ]]; then

Powered by Google App Engine
This is Rietveld 408576698