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

Commit 0e13b0eb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: Separate the required modules of core and recovery variants"

parents 2201ccfe db819f5a
Loading
Loading
Loading
Loading
+13 −4
Original line number Diff line number Diff line
@@ -127,10 +127,19 @@ cc_defaults {
    export_header_lib_headers: [
        "libfiemap_headers",
    ],
    target: {
        platform: {
            required: [
                "e2freefrag",
                "e2fsdroid",
            ],
        },
        recovery: {
            required: [
                "e2fsdroid.recovery",
            ],
        },
    },
}

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