Disable macOS build

am: 96bcc2c3e0

Change-Id: Ia06cc6ceaa2bbf5e76455f25ecc3ac03b826f0a8
This commit is contained in:
Harish Mahendrakar 2019-09-09 15:43:03 -07:00 committed by android-build-merger
commit 77855b0180
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,
},
},
}