Merge "fs_mgr: Build and use shared libs."

This commit is contained in:
Tao Bao 2018-07-26 04:48:46 +00:00 committed by Gerrit Code Review
commit 9ff0669ac1
1 changed files with 7 additions and 2 deletions

View File

@ -30,7 +30,7 @@ cc_defaults {
],
}
cc_library_static {
cc_library {
name: "libfs_mgr",
defaults: ["fs_mgr_defaults"],
recovery_available: true,
@ -44,15 +44,20 @@ cc_library_static {
"fs_mgr_avb_ops.cpp",
"fs_mgr_dm_linear.cpp",
],
static_libs: [
shared_libs: [
"libfec",
"libfec_rs",
"libbase",
"libcrypto_utils",
"libcrypto",
"libcutils",
"libext4_utils",
"libkeyutils",
"liblog",
"libsquashfs_utils",
"libselinux",
],
static_libs: [
"libavb",
"libfstab",
"libdm",