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

Unified Diff: build/android/envsetup_functions.sh

Issue 63153014: Roll to Android SDK 19 and build-tools 19.0.0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WebView still uses Android SDK 18 until it rolls. Created 7 years, 1 month 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
« no previous file with comments | « no previous file | build/android/pylib/constants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup_functions.sh
diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
index b0bdb2ad18df5e10afd16d5609a9579c8b47b032..bfd831be194b0d537c71a747e6d2244016d73a84 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -228,7 +228,7 @@ sdk_build_init() {
export ANDROID_NDK_ROOT="${CHROME_SRC}/third_party/android_tools/ndk/"
fi
if [[ -z "${ANDROID_SDK_VERSION}" ]]; then
- export ANDROID_SDK_VERSION=18
+ export ANDROID_SDK_VERSION=19
else
sdk_defines+=" android_sdk_version=${ANDROID_SDK_VERSION}"
fi
@@ -240,7 +240,7 @@ sdk_build_init() {
sdk_defines+=" android_sdk_root=${ANDROID_SDK_ROOT}"
fi
if [[ -z "${ANDROID_SDK_BUILD_TOOLS_VERSION}" ]]; then
- export ANDROID_SDK_BUILD_TOOLS_VERSION=18.0.1
+ export ANDROID_SDK_BUILD_TOOLS_VERSION=19.0.0
fi
unset ANDROID_BUILD_TOP
« no previous file with comments | « no previous file | build/android/pylib/constants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698