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

Commit 466934b9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Create aapt2_artifacts dist goal for aapt2"

parents 4ac7a0e1 655b936e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -201,6 +201,9 @@ cc_binary_host {
    use_version_lib: true,
    static_libs: ["libaapt2"],
    defaults: ["aapt2_defaults"],
    dist: {
        targets: ["aapt2_artifacts"],
    },
}

// ==========================================================
@@ -219,6 +222,6 @@ genrule {
        "cp $(in) $(genDir)/protos && " +
        "$(location :soong_zip) -o $(out) -C $(genDir)/protos -D $(genDir)/protos",
    dist: {
        targets: ["sdk_repo"],
        targets: ["sdk_repo", "aapt2_artifacts"],
    },
}