Skip to content
Snippets Groups Projects
Commit 0843c5a9 authored by Wei Li's avatar Wei Li Committed by Automerger Merge Worker
Browse files

Merge "Adding dist for aapt2_results" into main am: 489d3367 am: 9484a443

parents 1927527c 9484a443
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +262,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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment