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

am: f2950bd60f

Change-Id: Ic9af6f017257fb6d783c6a84f0375fba25e3a306
This commit is contained in:
Christopher Ferris 2017-01-30 23:40:57 +00:00 committed by android-build-merger
commit 741308d0f6
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",