summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorGreg Hartman <ghartman@google.com>2017-11-30 18:18:27 -0800
committerGreg Hartman <ghartman@google.com>2017-11-30 18:29:22 -0800
commitc0d2fea1da4cda648619b54016e63fcfd173c8da (patch)
treecc93c926a8298a2877f61517847d8aa387d2ac92 /Android.bp
parent7b3e6515ffb4d78b03a61515447c862ae34e6a64 (diff)
downloadlibnl-c0d2fea1da4cda648619b54016e63fcfd173c8da.tar.gz
Turn off the darwin builds of libnl
BUG: 69983776 Test: Linux build still works Change-Id: Ia9b4f60191319b7595568b8433b90a9780d42a95
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f4975908..0f6aec68 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",