Skip to content

Commit

Permalink
android: Update bundletool to 0.7.1
Browse files Browse the repository at this point in the history
This is mostly to get the bugfix from [1], which will
allow the removal of 2 workarounds in our build system.
See [2]

[1] google/bundletool#32
[2] https://chrome-internal-review.googlesource.com/c/clank/internal/apps/+/719231

BUG=891931
R=agrieve@chromium.org, ntfschr@chromium.org

Change-Id: Ibc6f406ce3b2d920b19435e392b51181308e24a2
Reviewed-on: https://chromium-review.googlesource.com/c/1343107
Reviewed-by: agrieve <agrieve@chromium.org>
Commit-Queue: David Turner <digit@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#609711}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 7f3b69acd2e3211f940c407c0dcb4683b6d5e251
  • Loading branch information
digit-android authored and Commit Bot committed Nov 20, 2018
1 parent 3ae5fd3 commit 7228d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/gyp/bundletool.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__file__, '..', '..', '..', '..', 'third_party', 'android_build_tools',
'bundletool'))

BUNDLETOOL_VERSION = '0.6.2'
BUNDLETOOL_VERSION = '0.7.1'

BUNDLETOOL_JAR_PATH = os.path.join(
BUNDLETOOL_DIR, 'bundletool-all-%s.jar' % BUNDLETOOL_VERSION)
Expand Down

0 comments on commit 7228d02

Please sign in to comment.