commit | 91c4bd75c8ffb28d79d033bce7f74b2e80bf4a6f | [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 | d75913a37180087171c93f06aea127e5ec89b94b [diff] [blame] |
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"], }