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

Commit 9484a443 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

parents 7f966b51 489d3367
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -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 {