Merge "Do not build any host targets on mac."
am: a6c62f6832
Change-Id: Ib4252fceaf07be8f2bd55ec2bc7da42e4b1993a1
This commit is contained in:
commit
f2950bd60f
1 changed files with 6 additions and 3 deletions
|
|
@ -24,6 +24,12 @@ cc_defaults {
|
||||||
"-Werror",
|
"-Werror",
|
||||||
"-Wextra",
|
"-Wextra",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
target: {
|
||||||
|
darwin: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_defaults {
|
cc_defaults {
|
||||||
|
|
@ -97,9 +103,6 @@ cc_defaults {
|
||||||
},
|
},
|
||||||
|
|
||||||
target: {
|
target: {
|
||||||
darwin: {
|
|
||||||
enabled: false,
|
|
||||||
},
|
|
||||||
linux: {
|
linux: {
|
||||||
host_ldlibs: [
|
host_ldlibs: [
|
||||||
"-lrt",
|
"-lrt",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue