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

Commit 91c4bd75 authored by bohu's avatar bohu
Browse files

disable darwin build for libfstab

It broke mac sdk build

Change-Id: I5435cea7747d36c2ea46ed2e6c1c51bb032c6585
parent d75913a3
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -99,6 +99,11 @@ cc_library_static {
        "fs_mgr_boot_config.cpp",
        "fs_mgr_boot_config.cpp",
        "fs_mgr_slotselect.cpp",
        "fs_mgr_slotselect.cpp",
    ],
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
    export_include_dirs: ["include_fstab"],
    export_include_dirs: ["include_fstab"],
    header_libs: ["libbase_headers"],
    header_libs: ["libbase_headers"],
}
}