Commit 30310919 authored by Mohamed Heikal's avatar Mohamed Heikal Committed by Commit Bot

Update bundletools to version 1.4.0

Bug: 1151352
Change-Id: I2a117e5f6cb3bf1b08f7f9f68cea7e4a893db6fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553852
Commit-Queue: Mohamed Heikal <mheikal@chromium.org>
Commit-Queue: Peter Wen <wnwen@chromium.org>
Auto-Submit: Mohamed Heikal <mheikal@chromium.org>
Reviewed-by: default avatarPeter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#830240}
parent 1ead9dec
...@@ -747,7 +747,7 @@ deps = { ...@@ -747,7 +747,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'chromium/third_party/android_tools_bundletool', 'package': 'chromium/third_party/android_tools_bundletool',
'version': 'gB66fGCdzqmQO6U6hxhoZDCGjOg-oqxhT_4uywaUw1oC', 'version': 'FIj7ed-law2zMv41QhjEXabkaJ7aN2ztmE0Tv3Z_gFUC',
}, },
], ],
'condition': 'checkout_android', 'condition': 'checkout_android',
......
...@@ -68,7 +68,7 @@ group("apk_installer_data") { ...@@ -68,7 +68,7 @@ group("apk_installer_data") {
"//tools/android/md5sum", "//tools/android/md5sum",
] ]
data = [ data = [
"//third_party/android_build_tools/bundletool/bundletool-all-1.2.0.jar", "//third_party/android_build_tools/bundletool/bundletool-all-1.4.0.jar",
] ]
} }
} }
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
"file_info": { "file_info": {
"default": { "default": {
"local_paths": [ "local_paths": [
"../../third_party/android_build_tools/bundletool/bundletool-all-1.2.0.jar" "../../third_party/android_build_tools/bundletool/bundletool-all-1.4.0.jar"
] ]
} }
} }
......
...@@ -19,7 +19,7 @@ BUNDLETOOL_DIR = os.path.abspath(os.path.join( ...@@ -19,7 +19,7 @@ BUNDLETOOL_DIR = os.path.abspath(os.path.join(
__file__, '..', '..', '..', '..', 'third_party', 'android_build_tools', __file__, '..', '..', '..', '..', 'third_party', 'android_build_tools',
'bundletool')) 'bundletool'))
BUNDLETOOL_VERSION = '1.2.0' BUNDLETOOL_VERSION = '1.4.0'
BUNDLETOOL_JAR_PATH = os.path.join( BUNDLETOOL_JAR_PATH = os.path.join(
BUNDLETOOL_DIR, 'bundletool-all-%s.jar' % BUNDLETOOL_VERSION) BUNDLETOOL_DIR, 'bundletool-all-%s.jar' % BUNDLETOOL_VERSION)
......
Name: Android SDK bundletool Name: Android SDK bundletool
Short Name: bundletool Short Name: bundletool
Version: 1.2.0 Version: 1.4.0
License: Apache Version 2.0 License: Apache Version 2.0
License File: NOT_SHIPPED License File: NOT_SHIPPED
Security Critical: No Security Critical: No
......
...@@ -10,4 +10,4 @@ description: Android SDK tool to manage App Bundles ...@@ -10,4 +10,4 @@ description: Android SDK tool to manage App Bundles
# swarming isolation works properly with symlinks. # swarming isolation works properly with symlinks.
install_mode: copy install_mode: copy
data: data:
- file: bundletool-all-1.2.0.jar - file: bundletool-all-1.4.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