summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authoraurimas@google.com <aurimas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 18:47:18 +0000
committeraurimas@google.com <aurimas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 18:47:18 +0000
commitb8fff6a92e265bdc32ceb34238fda23e1fc71406 (patch)
tree546b576ce0ee1c93c5175bbdb9acac26d9fce070 /build
parent6e8eda3e0499af7ffab6d8e7b7257ade751ae323 (diff)
downloadchromium_src-b8fff6a92e265bdc32ceb34238fda23e1fc71406.zip
chromium_src-b8fff6a92e265bdc32ceb34238fda23e1fc71406.tar.gz
chromium_src-b8fff6a92e265bdc32ceb34238fda23e1fc71406.tar.bz2
Merge 283004 "Start using 20.0.0 of Android build tools."
> Start using 20.0.0 of Android build tools. > > BUG=393019 > > Review URL: https://codereview.chromium.org/387403002 TBR=aurimas@chromium.org Review URL: https://codereview.chromium.org/403603003 git-svn-id: svn://svn.chromium.org/chrome/branches/2062/src@283827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index e67291f5..b657907 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1614,7 +1614,7 @@
'android_host_arch%': '<!(uname -m)',
# Android API-level of the SDK used for compilation.
'android_sdk_version%': '19',
- 'android_sdk_build_tools_version%': '19.0.0',
+ 'android_sdk_build_tools_version%': '20.0.0',
'host_os%': "<!(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')",
},
# Copy conditionally-set variables out one scope.