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

Commit 489d3367 authored by Wei Li's avatar Wei Li Committed by Gerrit Code Review
Browse files

Merge "Adding dist for aapt2_results" into main

parents 12e1764d ffe60238
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -266,6 +266,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 {