Merge "disable darwin build for libfstab"

This commit is contained in:
Bo Hu 2019-01-14 19:04:39 +00:00 committed by Gerrit Code Review
commit 400c71fccd

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