Merge "Add aapt to aapt2_artifacts" into sc-dev

This commit is contained in:
Ryan Mitchell
2021-05-04 17:41:05 +00:00
committed by Android (Google) Code Review

View File

@@ -124,6 +124,9 @@ cc_binary_host {
srcs: ["Main.cpp"], srcs: ["Main.cpp"],
use_version_lib: true, use_version_lib: true,
static_libs: ["libaapt"], static_libs: ["libaapt"],
dist: {
targets: ["aapt2_artifacts"],
},
} }
// ========================================================== // ==========================================================