Merge "Do not build any host targets on mac." am: a6c62f6832 am: f2950bd60f am: 741308d0f6

am: e6b2d0801f

Change-Id: I95f4a1e5ad8c2c8207221dd7d971bab64ee3a975
This commit is contained in:
Christopher Ferris 2017-01-30 23:45:28 +00:00 committed by android-build-merger
commit bd2d879ab0

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