summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-26 15:35:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-26 15:35:11 +0000
commitf2b3fc05bf5c0dbed97cd08e953f745514871724 (patch)
tree5c7cd79e8e7eb6217281a8815bd8d5d775b5cd26
parent9a76dedd00a5dc24d05286b830f279308f1dfb2f (diff)
parent3577d5d05d51a4980c100b6cfe626dbbc9161471 (diff)
downloadbase-f2b3fc05bf5c0dbed97cd08e953f745514871724.tar.gz
Merge "Fix typo in aapt2_results genrule." into main
-rw-r--r--tools/aapt2/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/Android.bp b/tools/aapt2/Android.bp
index b4e2758f4abe..994adc91a70c 100644
--- a/tools/aapt2/Android.bp
+++ b/tools/aapt2/Android.bp
@@ -248,7 +248,7 @@ cc_genrule {
cmd: "mkdir -p $(genDir)/integration-tests/CompileTest/ && " +
"cp $(locations integration-tests/CompileTest/**/*) $(genDir)/integration-tests/CompileTest/ && " +
"mkdir -p $(genDir)/integration-tests/CommandTests/ && " +
- "cp $(locations integration-tests/CommandTests/**/*) $(genDir)/integration-tests/CompileTest/ && " +
+ "cp $(locations integration-tests/CommandTests/**/*) $(genDir)/integration-tests/CommandTests/ && " +
"mkdir -p $(genDir)/integration-tests/ConvertTest/ && " +
"cp $(locations integration-tests/ConvertTest/**/*) $(genDir)/integration-tests/ConvertTest/ && " +
"mkdir -p $(genDir)/integration-tests/DumpTest/ && " +