diff options
author | navabi@chromium.org <navabi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-08 04:47:02 +0000 |
---|---|---|
committer | navabi@chromium.org <navabi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-08 04:47:02 +0000 |
commit | 456b296afb13e11cd98241e009bdb35c566aa7c3 (patch) | |
tree | a360eaabf920b34cff3805e5ee8f68ae92e691d7 /DEPS | |
parent | cc510d7e39a86c7409eaaa1af8ee33df3b5ac7dc (diff) | |
download | chromium_src-456b296afb13e11cd98241e009bdb35c566aa7c3.zip chromium_src-456b296afb13e11cd98241e009bdb35c566aa7c3.tar.gz chromium_src-456b296afb13e11cd98241e009bdb35c566aa7c3.tar.bz2 |
Roll Android SDK in android_tools repo to api version 16.
The install-build-deps-android-sdk.sh is no longer necessary, since the SDK is checked out as part of the tree. It is still useful as an easy way to install the SDK/NDK if we want to use an alternate (i.e. if we explicitly export ANDROID_SDK_ROOT it won't use the tree version).
BUG=
Review URL: https://chromiumcodereview.appspot.com/10823174
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150499 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -522,7 +522,7 @@ deps_os = { "src/third_party/android_tools": Var("chromium_git") + "/android_tools.git" + - "@21f9993b4ce955f1af6a88e5dc1135ba645920a7", + "@201b7ff1c6c435c55303baf9391a4dec8f4c628c", }, } |