summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQiwen Zhao <zhao@google.com>2014-11-05 09:53:06 -0800
committerQiwen Zhao <zhao@google.com>2014-11-05 09:53:06 -0800
commit07a5eeea3ce813c8451e26c6a15b9a338f9eaa01 (patch)
tree00aa91c313dc15e5cbafbb13aeae07b9b3610fc1
parente01d63c7f5bc4e47d62014ebaabf1ba036ad7c73 (diff)
download22-darwin-07a5eeea3ce813c8451e26c6a15b9a338f9eaa01.tar.gz
update directory name to android-LollipopMR1
-rwxr-xr-xupdate_build_tools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_build_tools.py b/update_build_tools.py
index 23e6e4b..3f6e4b9 100755
--- a/update_build_tools.py
+++ b/update_build_tools.py
@@ -83,8 +83,8 @@ except:
sys.exit(1)
try: # make sure we delete the downloaded ZIP
BUILD_TOOLS_DIRS = [
- ('android-5.0/lib', 'lib'),
- ('android-5.0/renderscript', 'renderscript'),
+ ('android-LollipopMR1/lib', 'lib'),
+ ('android-LollipopMR1/renderscript', 'renderscript'),
]
executableMap = {}
with zipfile.ZipFile(buildToolsZipFile) as buildToolsZip: