Disable macOS build am: 96bcc2c3e0

am: 77855b0180

Change-Id: I091bd2ba92ca8a6b352e2f767718f129376621e1
This commit is contained in:
Harish Mahendrakar 2019-09-09 15:49:02 -07:00 committed by android-build-merger
commit b0b1ca386b
2 changed files with 10 additions and 0 deletions

View file

@ -412,6 +412,11 @@ cc_test {
],
srcs: ["test/decoder/main.c"],
static_libs: ["libhevcdec"],
target: {
darwin: {
enabled: false,
},
},
}
cc_library_static {

View file

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