Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51f9fa56 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in aapt2_results genrule." into main am: f2b3fc05 am: e46782f6

parents 47012912 e46782f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/ && " +