Fix macOS build.

am: 724246bc74

Change-Id: I2070e71670899aa6e527be12256328360b916b47
This commit is contained in:
Elliott Hughes 2019-09-08 18:04:54 -07:00 committed by android-build-merger
commit 8332c17863
2 changed files with 10 additions and 0 deletions

View file

@ -8,4 +8,9 @@ cc_fuzz {
"libavcdec",
"liblog",
],
target: {
darwin: {
enabled: false,
},
},
}

View file

@ -16,6 +16,11 @@ cc_test {
srcs: ["decoder/main.c"],
static_libs: ["libavcdec"],
shared_libs: ["liblog"],
target: {
darwin: {
enabled: false,
},
},
}
cc_test {