disable darwin build for libfstab
It broke mac sdk build Change-Id: I5435cea7747d36c2ea46ed2e6c1c51bb032c6585
This commit is contained in:
parent
d75913a371
commit
91c4bd75c8
|
@ -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"],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue