summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2021-10-20 14:38:56 +0100
committerMartin Stjernholm <mast@google.com>2021-10-20 14:40:39 +0100
commit4494987b3d3f1a7560e85da0e43fe9995e0e6c5c (patch)
tree0c3eed3af2c340f56b375c6d6eec6547c7ef12cd
parent3683314ff01013505b3af067027ded880d8e4829 (diff)
downloadmanifest-4494987b3d3f1a7560e85da0e43fe9995e0e6c5c.tar.gz
Add bundletools to build .aab's that are needed for .apks files.
It is used by the Mainline build scripts. Test: vendor/google/build/mainline_modules_bundles.sh on internal master-art branch Bug: 202192894 Change-Id: Ia63535bf48729939b1984e7bcd5bf9b3b40d84cf
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 80e62b8d4..cd1dc19e9 100644
--- a/default.xml
+++ b/default.xml
@@ -178,6 +178,7 @@
<project path="external/golang-protobuf" name="platform/external/golang-protobuf" groups="pdk" />
<project path="packages/modules/common" name="platform/packages/modules/common" groups="pdk-cw-fs,pdk-fs" />
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/bundletool" name="platform/prebuilts/bundletool" groups="pdk" clone-depth="1" />
<project path="prebuilts/cmdline-tools" name="platform/prebuilts/cmdline-tools" groups="pdk-fs" clone-depth="1" />
<project path="prebuilts/go/linux-x86" name="platform/prebuilts/go/linux-x86" groups="linux,tradefed" clone-depth="1" />
<project path="prebuilts/remoteexecution-client" name="platform/prebuilts/remoteexecution-client" groups="pdk" clone-depth="1" />