Merge "disable darwin build for libfstab"
This commit is contained in:
commit
400c71fccd
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue