diff options
-rw-r--r-- | tests/Android.bp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index d305e2560..a880b76d8 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, + }, + }, } |