summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Davidson <jpd@google.com>2015-02-20 11:49:39 -0800
committerJeff Davidson <jpd@google.com>2015-02-20 13:53:16 -0800
commit533768c3a568770b8dba1458db8c7ca46d1d3b6f (patch)
tree58bd0065758b670d42cfb00d7e9bcc9037e68c4b
parente78784913a55d6648d3589ecf1380a57fdbde7e1 (diff)
download22-darwin-533768c3a568770b8dba1458db8c7ca46d1d3b6f.tar.gz
Fix folder path in update_build_tools.py.
Change-Id: Idf2dbe3968f6641c929528340eca801dec8e98cf
-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 3f6e4b9..7217b82 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-LollipopMR1/lib', 'lib'),
- ('android-LollipopMR1/renderscript', 'renderscript'),
+ ('android-5.1/lib', 'lib'),
+ ('android-5.1/renderscript', 'renderscript'),
]
executableMap = {}
with zipfile.ZipFile(buildToolsZipFile) as buildToolsZip: