Skip to content
Snippets Groups Projects
Commit 3577d5d0 authored by Dario Freni's avatar Dario Freni
Browse files

Fix typo in aapt2_results genrule.

Test: presubmit
Change-Id: Ie32c7af67c17e4ffee8d5ce1fc74aa184925b755
parent 9a76dedd
No related branches found
No related tags found
No related merge requests found
......@@ -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/ && " +
......
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