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

Commit f3e7db57 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Set e2freefrag and e2fsdroid as required by libfs_mgr_defaults" am: 405d26da

Change-Id: I647101b7959a32e1028cc93c040b449a5920601e
parents b7faf5e3 405d26da
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -96,6 +96,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.