Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff2886ae authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "fs_mgr: Build and use shared libs."

am: 9ff0669a

Change-Id: I4ee5e75801722174e9e9dac4edc833872cda45af
parents 6d79d9f3 9ff0669a
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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",