diff options
author | Andreas Huber <andih@google.com> | 2018-08-16 01:11:25 +0200 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2018-08-16 01:11:25 +0200 |
commit | 435dfac15caf0e89c366d12d779c813c4b763042 (patch) | |
tree | 8be75b1f347babae2c288508574d73ea300816a0 /tests | |
parent | Merge "Further compress the recovery animation file" (diff) | |
download | android_bootable_recovery-435dfac15caf0e89c366d12d779c813c4b763042.tar android_bootable_recovery-435dfac15caf0e89c366d12d779c813c4b763042.tar.gz android_bootable_recovery-435dfac15caf0e89c366d12d779c813c4b763042.tar.bz2 android_bootable_recovery-435dfac15caf0e89c366d12d779c813c4b763042.tar.lz android_bootable_recovery-435dfac15caf0e89c366d12d779c813c4b763042.tar.xz android_bootable_recovery-435dfac15caf0e89c366d12d779c813c4b763042.tar.zst android_bootable_recovery-435dfac15caf0e89c366d12d779c813c4b763042.zip |
Diffstat (limited to '')
-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, + }, + }, } |