Turn off the darwin builds of libnl am: 64c97e4543 am: 2a92fbaf87
am: bf47887018  -s ours

Change-Id: I8ca942af024c5fb9ffa2aa173e61992337f470ae
diff --git a/Android.bp b/Android.bp
index 74ca8e1..0f6aec6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -59,5 +59,9 @@
         "-D_GNU_SOURCE",
         "-DSYSCONFDIR=\"\\\"/etc/libnl\\\"\"",
     ],
+
+    sanitize: {
+        integer_overflow: true,
+    },
 }