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

Commit 65180d2d 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

Change-Id: If7be126741159a51731c6e1f336928fd41513fc8
parents 2bd1904f 7e3a2d8a
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"],
}