aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-02-26 18:09:24 -0800
committerElliott Hughes <enh@google.com>2018-02-26 18:09:24 -0800
commitc4e961219afadb79b825e9f9db32c67f3e3bcf12 (patch)
tree7c448d038612da42d02b30fc121328cde0d5a941
parentd5b0896d7a6a51089af20193e74244163da6b846 (diff)
downloadandroid_external_curl-c4e961219afadb79b825e9f9db32c67f3e3bcf12.tar.gz
android_external_curl-c4e961219afadb79b825e9f9db32c67f3e3bcf12.tar.bz2
android_external_curl-c4e961219afadb79b825e9f9db32c67f3e3bcf12.zip
Disable troublesome Mac build.
We've stopped building the libraries that depended on this for the Mac, so now we can stop building libcurl too, making each update easier. Bug: N/A Test: builds Change-Id: Icbc98f3c46d9e6b028197718e2394403f67260fe
-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,
}