Merge "libdm: Link libraries statically for VTS." into rvc-dev

This commit is contained in:
David Anderson 2020-04-01 04:40:26 +00:00 committed by Android (Google) Code Review
commit bcb856fe1a

View file

@ -58,11 +58,11 @@ cc_defaults {
defaults: ["fs_mgr_defaults"],
static_libs: [
"libdm",
"libext2_uuid",
"libfs_mgr",
],
shared_libs: [
"libbase",
"libext2_uuid",
"libfs_mgr",
"liblog",
],
srcs: [":libdm_test_srcs"],