Merge "Enable libpcre2 on linux_bionic builds" am: 8d900ce60a
am: 9777d249c8

Change-Id: I6cb32e5fdb19796b9d532a60baa6145189917447
diff --git a/Android.bp b/Android.bp
index 1bd3b24..6f5f6f4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -46,6 +46,11 @@
     defaults: ["pcre_defaults"],
     host_supported: true,
     srcs: libpcre2_src_files,
+    target: {
+        linux_bionic: {
+            enabled: true,
+        },
+    },
 }
 
 // === libpcrecpp targets ===