disable darwin build for libfstab

It broke mac sdk build

Change-Id: I5435cea7747d36c2ea46ed2e6c1c51bb032c6585
This commit is contained in:
bohu 2019-01-11 14:25:58 -08:00
parent d75913a371
commit 91c4bd75c8
1 changed files with 5 additions and 0 deletions

View File

@ -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"],
}