diff options
author | Ryan Mitchell <rtmitchell@google.com> | 2021-05-04 17:41:05 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-05-04 17:41:05 +0000 |
commit | ad49736def979846f291652b72e2aeb12ea16bab (patch) | |
tree | a4a1bbc3d19258b7e8dc742bc5f2a08d794363e1 /tools | |
parent | 16529a261391ac48968e86e54a69b7134ee71f7e (diff) | |
parent | c3d6932d38237b946ab565f9b44f0703a1a9046e (diff) |
Merge "Add aapt to aapt2_artifacts" into sc-dev
Diffstat (limited to 'tools')
-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"], + }, } // ========================================================== |