summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Wei Li <weiwli@google.com> 2024-02-05 22:06:52 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-02-05 22:06:52 +0000
commit489d336733b9d08e179b6e5b3f70099fcbbb726d (patch)
treea9739fbb998e5813ff9f30e54082a897fcaccc5a
parent12e1764dd6b39ccc2d94bd76170b6344220b2227 (diff)
parentffe60238d2e58476af29e536046b0a70a9587bbb (diff)
Merge "Adding dist for aapt2_results" into main
-rw-r--r--tools/aapt2/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/aapt2/Android.bp b/tools/aapt2/Android.bp
index bca77978c502..dbac6cabd987 100644
--- a/tools/aapt2/Android.bp
+++ b/tools/aapt2/Android.bp
@@ -266,6 +266,23 @@ cc_genrule {
"$(genDir)/aapt2_tests " +
"--gtest_output=xml:$(out) " +
">/dev/null 2>&1 ; true",
+ dist: {
+ targets: ["aapt2_run_host_unit_tests"],
+ dir: "gtest",
+ dest: "aapt2_host_unit_tests_result.xml",
+ },
+ arch: {
+ x86: {
+ dist: {
+ suffix: "_x86",
+ },
+ },
+ x86_64: {
+ dist: {
+ suffix: "_x86_64",
+ },
+ },
+ },
}
phony_rule {