From c3d6932d38237b946ab565f9b44f0703a1a9046e Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Tue, 4 May 2021 07:42:46 -0700 Subject: 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 --- tools/aapt/Android.bp | 3 +++ 1 file changed, 3 insertions(+) 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"], + }, } // ========================================================== -- cgit v1.2.3-59-g8ed1b