summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hartman <ghartman@google.com>2017-11-30 18:18:27 -0800
committerGreg Hartman <ghartman@google.com>2017-12-06 20:34:19 -0800
commit64c97e454344635a8db7db3af3ee5aa120420da8 (patch)
tree13f762a608dd37b7d6668b851dc0b57c16129222
parentb284e13ba6d9a5bc4305649b09b5374ea528ecfa (diff)
downloadlibnl-64c97e454344635a8db7db3af3ee5aa120420da8.tar.gz
Turn off the darwin builds of libnl
BUG: 69983776 Test: Linux build still works Change-Id: Ia9b4f60191319b7595568b8433b90a9780d42a95 Merged-In: Ia9b4f60191319b7595568b8433b90a9780d42a95 (cherry picked from commit c0d2fea1da4cda648619b54016e63fcfd173c8da)
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 78e05955..74ca8e16 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",