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

Commit db819f5a authored by Yi-Yo Chiang's avatar Yi-Yo Chiang
Browse files

fs_mgr: Separate the required modules of core and recovery variants

Bug: 191369319
Test: Presubmit
Test: Verify libfs_mgr.recovery no longer depends on core variation
  modules in the ninja graph.
Change-Id: I3c8b1f3d00ff9a67f4d9ea552052e308e550c403
parent 9ba6a5b8
Loading
Loading
Loading
Loading
+13 −4
Original line number Diff line number Diff line
@@ -126,10 +126,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.