Merge "disable darwin build for libdm"

This commit is contained in:
Bo Hu 2019-01-16 20:38:43 +00:00 committed by Gerrit Code Review
commit c8b83f3874
1 changed files with 5 additions and 0 deletions

View File

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