Merge "Fix mac build." am: 51b4f48280 am: e1a58a8c5c

am: c45d756d70

Change-Id: Id2b214a43c90e0a56161eb195c8efd641e2825f5
This commit is contained in:
Christopher Ferris 2017-06-29 07:18:28 +00:00 committed by android-build-merger
commit 80cca3b25c
1 changed files with 6 additions and 0 deletions

View File

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