Do not build any host targets on mac.

Bug: 23762183

Test: Compiled.
Change-Id: I42afabeb7d3576ea4afd4af05bb1cabd79ac76e5
This commit is contained in:
Christopher Ferris 2017-01-30 13:45:16 -08:00
parent a5cfc8b1e6
commit 01d50374ad
1 changed files with 6 additions and 3 deletions

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",