commit | 246617d5eb9ed20804cef0f76c065da2d1fb3301 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 14 00:10:12 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 14 00:10:12 2017 +0000 |
tree | eef38454777bb24001bd1d7eddce1ccc6db9bf6b | |
parent | 3ba327198a42eecd2fbc2556d7d0fa41f8d6b17b [diff] | |
parent | 79b13b9e0e20822e6926e7f8c2c6f47d5bd4524c [diff] |
Merge "Explicitly disable the Mac build."
diff --git a/tests/headers/posix/Android.bp b/tests/headers/posix/Android.bp index 624d981..682627f 100644 --- a/tests/headers/posix/Android.bp +++ b/tests/headers/posix/Android.bp
@@ -25,4 +25,9 @@ "-D_XOPEN_SOURCE=700", ], host_supported: true, + target: { + darwin: { + enabled: false, + }, + }, }