Skip to content

Commit

Permalink
android: Update bundletool to release 0.6.2
Browse files Browse the repository at this point in the history
This is necessary to fix a bug that prevents loading the
VR downloadable feature module with the Chrome app bundle.

BUG=889592
R=agrieve@chromium.org,benmason@chromium.org,cjgrant@chromium.org,tiborg@chromium.org

Change-Id: Id9504e383e218cbbaa10302635a50b822b440474
Reviewed-on: https://chromium-review.googlesource.com/c/1317570
Reviewed-by: Christopher Grant <cjgrant@chromium.org>
Reviewed-by: David Turner <digit@chromium.org>
Commit-Queue: David Turner <digit@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605321}
  • Loading branch information
digit-android authored and Commit Bot committed Nov 5, 2018
1 parent 0337a6a commit 89d73d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_tools_bundletool',
'version': 'version:0.6.0-cr0',
'version': 'version:0.6.2-cr0',
},
],
'condition': 'checkout_android',
Expand Down
2 changes: 1 addition & 1 deletion build/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.0'
BUNDLETOOL_VERSION = '0.6.2'

BUNDLETOOL_JAR_PATH = os.path.join(
BUNDLETOOL_DIR, 'bundletool-all-%s.jar' % BUNDLETOOL_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion third_party/android_build_tools/bundletool/README.chromium
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: Android SDK bundletool
Short Name: bundletool
Version: 0.6.0
Version: 0.6.2
License: Apache Version 2.0
License File: NOT_SHIPPED
Security Critical: No
Expand Down
6 changes: 3 additions & 3 deletions third_party/android_build_tools/bundletool/cipd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# Remember to increment the versions for the commands in this comment block.
# Before creating a new CIPD package run the following to make sure the tag you
# are adding does not already exist (otherwise you break the build):
# cipd describe chromium/third_party/android_tools_bundletool -version "version:0.6.0-cr0"
# cipd describe chromium/third_party/android_tools_bundletool -version "version:0.6.2-cr0"
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:0.6.0-cr0
# cipd create --pkg-def cipd.yaml -tag version:0.6.2-cr0
package: chromium/third_party/android_tools_bundletool
description: Android SDK tool to manage App Bundles
data:
- file: bundletool-all-0.6.0.jar
- file: bundletool-all-0.6.2.jar

0 comments on commit 89d73d5

Please sign in to comment.