summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 4764bc415..dc20f3326 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -198,4 +198,11 @@ cc_test_host {
],
data: ["testdata/*"],
+
+ target: {
+ darwin: {
+ // libimgdiff is not available on the Mac.
+ enabled: false,
+ },
+ },
}