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

Commit 843820ee authored by Alessio Balsini's avatar Alessio Balsini
Browse files

Set e2freefrag and e2fsdroid as required by libfs_mgr_defaults



libfs_mgr_defaults uses the e2fsdroid binary, make this dependency
explicit.
Add also e2freefrag as a dependency in preparation for filesystem
fragmentation monitoring.

Bug: 146078546
Test: m + e2freefrag on device
Change-Id: I878d1b090809861c803f6b17fbb3813e03842a50
Signed-off-by: default avatarAlessio Balsini <balsini@google.com>
parent d66e442c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -95,6 +95,10 @@ cc_defaults {
    export_header_lib_headers: [
        "libfiemap_headers",
    ],
    required: [
        "e2freefrag",
        "e2fsdroid",
    ],
}

// Two variants of libfs_mgr are provided: libfs_mgr and libfs_mgr_binder.