disable darwin build for libdm
bug: 122886514 Change-Id: I260e2d097023500f63f6fc217610f2868e842117
This commit is contained in:
parent
0ae6d74436
commit
54aa061c32
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ cc_library_static {
|
|||
"libbase_headers",
|
||||
"liblog_headers",
|
||||
],
|
||||
target: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
Loading…
Reference in a new issue