Commit 89d73d56 authored by David 'Digit' Turner's avatar David 'Digit' Turner Committed by Commit Bot

android: Update bundletool to release 0.6.2

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/1317570Reviewed-by: default avatarChristopher Grant <cjgrant@chromium.org>
Reviewed-by: default avatarDavid Turner <digit@chromium.org>
Commit-Queue: David Turner <digit@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605321}
parent 0337a6af
......@@ -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',
......
......@@ -17,7 +17,7 @@ BUNDLETOOL_DIR = os.path.abspath(os.path.join(
__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)
......
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
......
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment