Mark the module as VNDK or VNDK-SP in Android.bp am: ed2f4fe166
am: cc2a627baa

Change-Id: I6f8326d658e6bb5dce53d3e1176379e0a667ee0f
diff --git a/Android.bp b/Android.bp
index 53828f6..f7b0a10 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,6 +2,9 @@
 cc_library {
     name: "libnl",
     vendor_available: true,
+    vndk: {
+        enabled: true,
+    },
 
     srcs: [
         "lib/cache.c",