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

Change-Id: Icbf3a7f29acb4eb91149019b6d7d8605c793fcde
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 ===