aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
}