Remove version from bundletool filepath references (Reland)
The bundletool jar path containing version is listed in a few places in
the build system. Remove the version from the jar path (autoroller
cannot update all these places with the new version number). Also adds
the bundletool jar path as a input to a few actions to avoid stale
builds from cls just updating bundletool.
Change-Id: I8d497bb882008ad4e34a5a0aa795ee4df5625e3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3200346
Commit-Queue: Mohamed Heikal <[email protected]>
Auto-Submit: Mohamed Heikal <[email protected]>
Reviewed-by: Andrew Grieve <[email protected]>
Cr-Commit-Position: refs/heads/main@{#927801}
diff --git a/docs/android_dynamic_feature_modules.md b/docs/android_dynamic_feature_modules.md
index 1d4440a..d9d189c7 100644
--- a/docs/android_dynamic_feature_modules.md
+++ b/docs/android_dynamic_feature_modules.md
@@ -247,8 +247,8 @@
*** note
The wrapper script's `install` command does approximately:
```sh
-java -jar third_party/android_build_tools/bundletool/bundletool-all-$VERSION.jar build-apks --output tmp.apks ...
-java -jar third_party/android_build_tools/bundletool/bundletool-all-$VERSION.jar install-apks --apks tmp.apks
+java -jar third_party/android_build_tools/bundletool/bundletool.jar build-apks --output tmp.apks ...
+java -jar third_party/android_build_tools/bundletool/bundletool.jar install-apks --apks tmp.apks
```
The `install-apks` command uses `adb install-multiple` under-the-hood.
@@ -993,4 +993,4 @@
You may also have to add `java` as a dependency of `chrome_test_java` if you want
to call into Foo from test code.
-[play-core-local-testing]: https://developer.android.com/guide/playcore/feature-delivery/on-demand#local-testing
\ No newline at end of file
+[play-core-local-testing]: https://developer.android.com/guide/playcore/feature-delivery/on-demand#local-testing