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

Unified Diff: build/config/android/config.gni

Issue 394593002: Roll Android SDK to v20 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update gyp constant Created 6 years, 5 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
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 522318e618c19f4912726d608c8254b53b9e0d0e..819fe4d7efa3f39507167c11a7775da70e9a4448 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -10,7 +10,7 @@ if (is_android) {
android_src = ""
android_sdk_root = "//third_party/android_tools/sdk"
- android_sdk_version = "19"
+ android_sdk_version = "20"
# This is set when building the Android WebView inside the Android build
# system, using the 'android' gyp backend. The WebView code is still built
@@ -57,7 +57,7 @@ if (is_android) {
android_sdk = "${android_sdk_root}/platforms/android-${android_sdk_version}"
android_sdk_tools = "${android_sdk_root}/tools"
- android_sdk_build_tools = "${android_sdk_root}/build-tools/19.0.0"
+ android_sdk_build_tools = "${android_sdk_root}/build-tools/20.0.0"
# Path to the SDK's android.jar
android_sdk_jar = "$android_sdk/android.jar"
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698