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

Commit 9ff0669a authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: Build and use shared libs."

parents 56f76ec0 a9fad6cd
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",