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

Commit e21625cd authored by Bo Hu's avatar Bo Hu Committed by android-build-merger
Browse files

Merge "disable darwin build for libfstab" am: 400c71fc am: 7e3a2d8a

am: 65180d2d

Change-Id: I8c6123ac47b665f87013352c80796f60a07ad8a7
parents 62fb0f07 65180d2d
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"],
}