summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hartman <ghartman@google.com>2017-12-07 22:29:23 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-07 22:29:23 +0000
commitbf47887018062ab96df6fedbad812c58cf8b512a (patch)
tree13f762a608dd37b7d6668b851dc0b57c16129222
parent50b64fc2d4ef0f8f03e1fb6dfdaf90e859d9503f (diff)
parent2a92fbaf878a844cd8f91a7411a610e469432400 (diff)
downloadlibnl-bf47887018062ab96df6fedbad812c58cf8b512a.tar.gz
Turn off the darwin builds of libnl am: 64c97e4543
am: 2a92fbaf87 Change-Id: I53a6ceea57c05b7bf4e16edd0b7d2626f7636f52
-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",