diff options
author | Ryan Mitchell <rtmitchell@google.com> | 2021-05-04 07:42:46 -0700 |
---|---|---|
committer | Ryan Mitchell <rtmitchell@google.com> | 2021-05-04 07:42:46 -0700 |
commit | c3d6932d38237b946ab565f9b44f0703a1a9046e (patch) | |
tree | 8db6ab8478ef1558085a6ddead90c4915654e6fe | |
parent | f0d1132b23a1b2d82584d3ad924ae5fea4e2876f (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.bp | 3 |
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"], + }, } // ========================================================== |