commit | 729780cae4a4bad52e154882885f8dd686a371e6 | [log] [tgz] |
---|---|---|
author | Clément Béra <clementbera@google.com> | Wed Mar 25 08:50:28 2020 +0000 |
committer | Clément Béra <clementbera@google.com> | Wed Mar 25 08:50:28 2020 +0000 |
tree | 6e8678f8ab7025a4dec26508a61a1671307679c0 | |
parent | 30508e1ca389b20793ad47c96144f3874f06408d [diff] [blame] |
Fix release script Change-Id: I1fa7c459c1636a251e3d7094b858c49ee170b8e6
diff --git a/tools/update_prebuilds_in_android.py b/tools/update_prebuilds_in_android.py index 49a000c..ee2b100 100755 --- a/tools/update_prebuilds_in_android.py +++ b/tools/update_prebuilds_in_android.py
@@ -80,7 +80,7 @@ download_path = os.path.join(root, target) url = archive.GetUploadDestination( hash_or_version, - 'r8lib.jar.map', + target, is_hash) print 'Downloading: ' + url + ' -> ' + download_path utils.download_file_from_cloud_storage(url, download_path)