Merge "vts_fs_test: Statically link libfs_mgr."

This commit is contained in:
Treehugger Robot 2022-03-02 02:29:44 +00:00 committed by Gerrit Code Review
commit 1e80f2d47d

View file

@ -109,9 +109,9 @@ cc_test {
],
shared_libs: [
"libbase",
"libfs_mgr",
],
static_libs: [
"libfs_mgr",
"libfstab",
"libgmock",
"libgtest",