disable darwin build for libdm

bug: 122886514

Change-Id: I260e2d097023500f63f6fc217610f2868e842117
This commit is contained in:
bohu 2019-01-15 08:03:49 -08:00 committed by Bo Hu
parent 0ae6d74436
commit 54aa061c32

View file

@ -33,6 +33,11 @@ cc_library_static {
"libbase_headers",
"liblog_headers",
],
target: {
darwin: {
enabled: false,
},
},
}
cc_test {