summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hartman <ghartman@google.com>2017-12-01 18:26:10 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-12-01 18:26:10 +0000
commit99d62e47cb97729c74e3b4ea8e6775fd96f78647 (patch)
tree0222cb61c1b1d9cee0f329e553eee88558196017
parent297c06396c6afa5cd6e77f711751fd7dd49df473 (diff)
parentc0d2fea1da4cda648619b54016e63fcfd173c8da (diff)
downloadlibnl-99d62e47cb97729c74e3b4ea8e6775fd96f78647.tar.gz
Merge "Turn off the darwin builds of libnl"
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5e6a1dcb..d478b903 100644
--- a/Android.bp
+++ b/Android.bp
@@ -7,6 +7,12 @@ cc_library {
enabled: true,
},
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
+
srcs: [
"lib/cache.c",
"lib/data.c",