Merge "libdm: Link libraries statically for VTS."

This commit is contained in:
Treehugger Robot 2020-03-30 01:46:54 +00:00 committed by Gerrit Code Review
commit 4e18727421

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"],