diff --git a/tests/Android.bp b/tests/Android.bp index d305e256..a880b76d 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -215,4 +215,11 @@ cc_test_host { ], data: ["testdata/*"], + + target: { + darwin: { + // libimgdiff is not available on the Mac. + enabled: false, + }, + }, }