Merge "Do not build any host targets on mac."

This commit is contained in:
Treehugger Robot 2017-01-30 23:34:02 +00:00 committed by Gerrit Code Review
commit a6c62f6832

View file

@ -24,6 +24,12 @@ cc_defaults {
"-Werror",
"-Wextra",
],
target: {
darwin: {
enabled: false,
},
},
}
cc_defaults {
@ -97,9 +103,6 @@ cc_defaults {
},
target: {
darwin: {
enabled: false,
},
linux: {
host_ldlibs: [
"-lrt",