Merge "[fs_mgr] Use shared libutils for remount"
This commit is contained in:
commit
f98bcdbac0
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue