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

Commit 7aa46080 authored by Tao Bao's avatar Tao Bao
Browse files

fs_mgr: Drop some unneeded dependencies.

libfs_mgr doesn't have direct dependencies on libfec_rs / libkeyutils /
libsquashfs_utils. They were only needed when libfec and libext4_utils
were statically linked into libfs_mgr.

Bug: 112494634
Test: `m -j installclean && m -j bootimage` with aosp_taimen-userdebug.
      Check the installed files in recovery image.
Test: `mmma -j system/core/fs_mgr`
Change-Id: I4b12c2df344fabba4942b6db943cf43a031b591d
parent 75cff06f
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -46,18 +46,15 @@ cc_library {
        "fs_mgr_overlayfs.cpp",
    ],
    shared_libs: [
        "libfec",
        "libfec_rs",
        "libbase",
        "libcrypto_utils",
        "libcrypto",
        "libcrypto_utils",
        "libcutils",
        "libext4_utils",
        "libkeyutils",
        "libfec",
        "liblog",
        "libsquashfs_utils",
        "libselinux",
        "liblp",
        "libselinux",
    ],
    static_libs: [
        "libavb",