Merge "Do not build any host targets on mac." am: a6c62f6832
am: f2950bd60f
am: 741308d0f6
Change-Id: I71c9d48ec8ae9cead192340d2578e9ab6b4b921f
This commit is contained in:
commit
e6b2d0801f
1 changed files with 6 additions and 3 deletions
|
@ -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 a new issue