Do not build any host targets on mac.
Bug: 23762183 Test: Compiled. Change-Id: I42afabeb7d3576ea4afd4af05bb1cabd79ac76e5
This commit is contained in:
parent
a5cfc8b1e6
commit
01d50374ad
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue