Merge "disable darwin build for libdm"
This commit is contained in:
commit
c8b83f3874
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…
Add table
Reference in a new issue