aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-02-27 17:53:09 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-27 17:53:09 +0000
commit26f86d7866ac6e29c50cd11f0fb5d1fc8248cf5f (patch)
tree7c448d038612da42d02b30fc121328cde0d5a941
parent47e32a363e2398e0f82ad70ee467fc48943c975d (diff)
parentf9711a93659ab05f72b38dbdfbc475b797042693 (diff)
downloadandroid_external_curl-26f86d7866ac6e29c50cd11f0fb5d1fc8248cf5f.tar.gz
android_external_curl-26f86d7866ac6e29c50cd11f0fb5d1fc8248cf5f.tar.bz2
android_external_curl-26f86d7866ac6e29c50cd11f0fb5d1fc8248cf5f.zip
Merge "Disable troublesome Mac build."
am: f9711a9365 Change-Id: Ic803f8408a6a71a96ce76c4b9f78924ed8a9e55f
-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,
}