diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp index 93aeb06..8540107 100644 --- a/fuzzer/Android.bp +++ b/fuzzer/Android.bp @@ -8,4 +8,9 @@ cc_fuzz { "libavcdec", "liblog", ], + target: { + darwin: { + enabled: false, + }, + }, } diff --git a/test/Android.bp b/test/Android.bp index 05ea1b7..70307da 100644 --- a/test/Android.bp +++ b/test/Android.bp @@ -16,6 +16,11 @@ cc_test { srcs: ["decoder/main.c"], static_libs: ["libavcdec"], shared_libs: ["liblog"], + target: { + darwin: { + enabled: false, + }, + }, } cc_test {