aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-02-27 17:39:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-02-27 17:39:28 +0000
commitf9711a93659ab05f72b38dbdfbc475b797042693 (patch)
tree7c448d038612da42d02b30fc121328cde0d5a941
parentd5b0896d7a6a51089af20193e74244163da6b846 (diff)
parentc4e961219afadb79b825e9f9db32c67f3e3bcf12 (diff)
downloadandroid_external_curl-f9711a93659ab05f72b38dbdfbc475b797042693.tar.gz
android_external_curl-f9711a93659ab05f72b38dbdfbc475b797042693.tar.bz2
android_external_curl-f9711a93659ab05f72b38dbdfbc475b797042693.zip
Merge "Disable troublesome Mac build."
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ae5a0cc..b639598 100644
--- a/Android.bp
+++ b/Android.bp
@@ -198,6 +198,9 @@ cc_library {
host: {
cflags: ["-D_GNU_SOURCE=1"],
},
+ darwin: {
+ enabled: false,
+ },
},
unique_host_soname: true,
}