commit | 41bb8ee27930aa814a81166bf5a24c9d5786f2de | [log] [tgz] |
---|---|---|
author | bohu <bohu@google.com> | Fri Jan 11 14:25:58 2019 -0800 |
committer | bohu <bohu@google.com> | Fri Jan 11 14:26:56 2019 -0800 |
tree | af8f528953335a099b7607c5fe66ac181b1a08e8 | |
parent | 3171859385c0f39728a03a7ac383bccd458f2f3d [diff] |
disable darwin build for libfstab It broke mac sdk build Change-Id: I5435cea7747d36c2ea46ed2e6c1c51bb032c6585
diff --git a/fs_mgr/Android.bp b/fs_mgr/Android.bp index bf58315..d9f2837 100644 --- a/fs_mgr/Android.bp +++ b/fs_mgr/Android.bp
@@ -99,6 +99,11 @@ "fs_mgr_boot_config.cpp", "fs_mgr_slotselect.cpp", ], + target: { + darwin: { + enabled: false, + }, + }, export_include_dirs: ["include_fstab"], header_libs: ["libbase_headers"], }