summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Mitchell <rtmitchell@google.com>2021-05-04 07:42:46 -0700
committerRyan Mitchell <rtmitchell@google.com>2021-05-04 07:42:46 -0700
commitc3d6932d38237b946ab565f9b44f0703a1a9046e (patch)
tree8db6ab8478ef1558085a6ddead90c4915654e6fe
parentf0d1132b23a1b2d82584d3ad924ae5fea4e2876f (diff)
Add aapt to aapt2_artifacts
Adds aapt to aapt2_artifacts dist target so the binary will appear in the ub-aapt2-release branch. Bug: 175789289 Test: none Change-Id: I8963eecfd7667196fc3651a00d9a744cddd2c24b
-rw-r--r--tools/aapt/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/aapt/Android.bp b/tools/aapt/Android.bp
index c75ba71c4432..a19d183d617b 100644
--- a/tools/aapt/Android.bp
+++ b/tools/aapt/Android.bp
@@ -124,6 +124,9 @@ cc_binary_host {
srcs: ["Main.cpp"],
use_version_lib: true,
static_libs: ["libaapt"],
+ dist: {
+ targets: ["aapt2_artifacts"],
+ },
}
// ==========================================================