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

Commit c3d6932d authored by Ryan Mitchell's avatar Ryan Mitchell
Browse files

Add aapt to aapt2_artifacts

Adds aapt to aapt2_artifacts dist target so the binary will appear
in the ub-aapt2-release branch.

Bug: 175789289
Test: none
Change-Id: I8963eecfd7667196fc3651a00d9a744cddd2c24b
parent f0d1132b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -124,6 +124,9 @@ cc_binary_host {
    srcs: ["Main.cpp"],
    use_version_lib: true,
    static_libs: ["libaapt"],
    dist: {
        targets: ["aapt2_artifacts"],
    },
}

// ==========================================================