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

Commit 400c71fc authored by Bo Hu's avatar Bo Hu Committed by Gerrit Code Review
Browse files

Merge "disable darwin build for libfstab"

parents 5424cade 91c4bd75
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -99,6 +99,11 @@ cc_library_static {
        "fs_mgr_boot_config.cpp",
        "fs_mgr_slotselect.cpp",
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
    export_include_dirs: ["include_fstab"],
    header_libs: ["libbase_headers"],
}