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

Commit 634c270a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "fs_mgr: Separate the required modules of core and recovery variants" am: 0e13b0eb am: 0df7808c

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1782809

Change-Id: I5980dc0dda9ac82bbd1d93450d3a23225d2fb281
parents eb066f63 0df7808c
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.