Merge "[aapt2] Set use_version_lib."

This commit is contained in:
TreeHugger Robot
2019-05-13 14:50:48 +00:00
committed by Android (Google) Code Review

View File

@@ -197,6 +197,7 @@ cc_test_host {
cc_binary_host {
name: "aapt2",
srcs: ["Main.cpp"] + toolSources,
use_version_lib: true,
static_libs: ["libaapt2"],
defaults: ["aapt2_defaults"],
}