Give CompOS APEX access to libregex

Bug: 200808307
Test: Builds
Change-Id: Ice884798af2c33d3527b98f093e338ce80bd9eb9
diff --git a/Android.bp b/Android.bp
index d9edbe2..4fe3543 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,6 +72,7 @@
     ],
     apex_available: [
         "//apex_available:platform",
+        "com.android.compos",
         "com.android.virt",
     ],
 }
diff --git a/cargo2android.json b/cargo2android.json
index ac56e26..0e54308 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,10 +1,11 @@
 {
   "apex-available": [
     "//apex_available:platform",
+    "com.android.compos",
     "com.android.virt"
   ],
   "dependencies": true,
   "device": true,
   "run": true,
   "tests": true
-}
\ No newline at end of file
+}