Fix typo in aapt2_results genrule.
Test: presubmit
Change-Id: Ie32c7af67c17e4ffee8d5ce1fc74aa184925b755
diff --git a/tools/aapt2/Android.bp b/tools/aapt2/Android.bp
index b4e2758..994adc9 100644
--- a/tools/aapt2/Android.bp
+++ b/tools/aapt2/Android.bp
@@ -248,7 +248,7 @@
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/ && " +