Merge "Fix darwin build"

This commit is contained in:
Treehugger Robot 2019-07-19 16:32:06 +00:00 committed by Gerrit Code Review
commit 0b7dd9f40d
2 changed files with 12 additions and 0 deletions

View File

@ -26,6 +26,12 @@ cc_defaults {
"liblog",
"libprocinfo",
],
target: {
darwin: {
enabled: false,
},
},
}
cc_library {

View File

@ -67,6 +67,12 @@ cc_binary {
"libbase",
"libmeminfo",
],
target: {
darwin: {
enabled: false,
},
},
}
cc_binary {