Fix mac build.

Test: Built.
Change-Id: I455381d29045dc6dddfb2b77dcde312722c06ebf
This commit is contained in:
Christopher Ferris 2017-06-28 20:44:48 -07:00
parent 9302daeb1d
commit bfd6292db6

View file

@ -218,4 +218,10 @@ cc_binary_host {
srcs: [
"tests/GenGnuDebugdata.cpp",
],
target: {
darwin: {
enabled: false,
},
},
}