Mark the module as VNDK or VNDK-SP in Android.bp am: 56ab53a0e3
am: ffbc61d17c

Change-Id: I556612f83559ce1a929934725c68f55bb5b13250
diff --git a/Android.bp b/Android.bp
index d57b4c2..bb9f346 100644
--- a/Android.bp
+++ b/Android.bp
@@ -46,6 +46,9 @@
     defaults: ["pcre_defaults"],
     host_supported: true,
     vendor_available: true,
+    vndk: {
+        enabled: true,
+    },
     srcs: libpcre2_src_files,
     target: {
         linux_bionic: {