summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo Hu <bohu@google.com>2019-01-16 20:38:43 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-01-16 20:38:43 +0000
commitc8b83f3874cdef096b37e01ded8a15a47dbfa1c2 (patch)
tree228f977f102a8335b681a727f71107f4c73b2892
parent1d69860960f51f166ed570206936e1e46bca7c32 (diff)
parent54aa061c324565585a39d205eccd26a9388f312a (diff)
downloadsystem_core-c8b83f3874cdef096b37e01ded8a15a47dbfa1c2.tar.gz
system_core-c8b83f3874cdef096b37e01ded8a15a47dbfa1c2.tar.bz2
system_core-c8b83f3874cdef096b37e01ded8a15a47dbfa1c2.zip
Merge "disable darwin build for libdm"
-rw-r--r--fs_mgr/libdm/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs_mgr/libdm/Android.bp b/fs_mgr/libdm/Android.bp
index fc1aafbeb..c8c2d8355 100644
--- a/fs_mgr/libdm/Android.bp
+++ b/fs_mgr/libdm/Android.bp
@@ -33,6 +33,11 @@ cc_library_static {
"libbase_headers",
"liblog_headers",
],
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
}
cc_test {