Commit 987a7c16 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Roll bundletool 0.13.3 -> 1.2.0

Bug: 1123726
Change-Id: I5f6ced3f613961ec3ea14857e20e7df19fb9764f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393250
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Reviewed-by: default avatarClark DuVall <cduvall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804553}
parent d385ec34
......@@ -729,7 +729,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_tools_bundletool',
'version': 'Yyhy8FicC3R0ATRzWqGNh4ffsCLz_0nu_BjmNPAdhvIC',
'version': 'gB66fGCdzqmQO6U6hxhoZDCGjOg-oqxhT_4uywaUw1oC',
},
],
'condition': 'checkout_android',
......
......@@ -51,7 +51,7 @@ python_library("test_runner_py") {
data_deps = [ ":devil_chromium_py" ]
if (build_with_chromium) {
data += [
"//third_party/android_build_tools/bundletool/bundletool-all-0.13.3.jar",
"//third_party/android_build_tools/bundletool/bundletool-all-1.2.0.jar",
"//tools/android/avd/proto/",
]
data_deps +=
......@@ -86,7 +86,7 @@ python_library("resource_sizes_py") {
python_library("bundle_wrapper_script_py") {
pydeps_file = "gyp/create_bundle_wrapper_script.pydeps"
data = [
"//third_party/android_build_tools/bundletool/bundletool-all-0.13.3.jar",
"//third_party/android_build_tools/bundletool/bundletool-all-1.2.0.jar",
]
}
......
......@@ -111,7 +111,7 @@
"file_info": {
"default": {
"local_paths": [
"../../third_party/android_build_tools/bundletool/bundletool-all-0.13.3.jar"
"../../third_party/android_build_tools/bundletool/bundletool-all-1.2.0.jar"
]
}
}
......
......@@ -19,7 +19,7 @@ BUNDLETOOL_DIR = os.path.abspath(os.path.join(
__file__, '..', '..', '..', '..', 'third_party', 'android_build_tools',
'bundletool'))
BUNDLETOOL_VERSION = '0.13.3'
BUNDLETOOL_VERSION = '1.2.0'
BUNDLETOOL_JAR_PATH = os.path.join(
BUNDLETOOL_DIR, 'bundletool-all-%s.jar' % BUNDLETOOL_VERSION)
......
Name: Android SDK bundletool
Short Name: bundletool
Version: 0.13.3
Version: 1.2.0
License: Apache Version 2.0
License File: NOT_SHIPPED
Security Critical: No
......
......@@ -10,4 +10,4 @@ description: Android SDK tool to manage App Bundles
# swarming isolation works properly with symlinks.
install_mode: copy
data:
- file: bundletool-all-0.13.3.jar
- file: bundletool-all-1.2.0.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