commit | 435dfac15caf0e89c366d12d779c813c4b763042 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Wed Aug 15 16:11:25 2018 -0700 |
committer | Andreas Huber <andih@google.com> | Wed Aug 15 16:11:25 2018 -0700 |
tree | 8be75b1f347babae2c288508574d73ea300816a0 | |
parent | c8e0292b618fd6716288166ef02510bafb0c306a [diff] |
Fixing the Mac SDK build recovery_host_test is now excluded from darwin targets as its dependency libimgdiff is. Change-Id: I6aa085125109ed2218572df97f35289b71c354ab
diff --git a/tests/Android.bp b/tests/Android.bp index d305e25..a880b76 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -215,4 +215,11 @@ ], data: ["testdata/*"], + + target: { + darwin: { + // libimgdiff is not available on the Mac. + enabled: false, + }, + }, }