commit | ad49736def979846f291652b72e2aeb12ea16bab | [log] [tgz] |
---|---|---|
author | Ryan Mitchell <rtmitchell@google.com> | Tue May 04 17:41:05 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue May 04 17:41:05 2021 +0000 |
tree | a4a1bbc3d19258b7e8dc742bc5f2a08d794363e1 | |
parent | 16529a261391ac48968e86e54a69b7134ee71f7e [diff] | |
parent | c3d6932d38237b946ab565f9b44f0703a1a9046e [diff] |
Merge "Add aapt to aapt2_artifacts" into sc-dev
diff --git a/tools/aapt/Android.bp b/tools/aapt/Android.bp index c75ba71..a19d183 100644 --- a/tools/aapt/Android.bp +++ b/tools/aapt/Android.bp
@@ -124,6 +124,9 @@ srcs: ["Main.cpp"], use_version_lib: true, static_libs: ["libaapt"], + dist: { + targets: ["aapt2_artifacts"], + }, } // ==========================================================