Merge "[fs_mgr] Use shared libutils for remount"

This commit is contained in:
Treehugger Robot 2021-08-30 22:20:27 +00:00 committed by Gerrit Code Review
commit f98bcdbac0

View file

@ -215,7 +215,6 @@ cc_binary {
static_libs: [
"libavb_user",
"libgsid",
"libutils",
"libvold_binder",
],
shared_libs: [
@ -230,6 +229,7 @@ cc_binary {
"liblog",
"liblp",
"libselinux",
"libutils",
],
header_libs: [
"libcutils_headers",