Adding bluetooth apex

Bug: 206121418
Test: Compile
Change-Id: I8fb4f9a417530c5cf0924e7e77fddccb247b674a
diff --git a/Android.bp b/Android.bp
index 6390eb5..5eafb67 100644
--- a/Android.bp
+++ b/Android.bp
@@ -67,6 +67,7 @@
     edition: "2015",
     apex_available: [
         "//apex_available:platform",
+        "com.android.bluetooth",
         "com.android.compos",
         "com.android.resolv",
         "com.android.uwb",
diff --git a/cargo2android.json b/cargo2android.json
index 9501f3b..c775247 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,6 +1,7 @@
 {
   "apex-available": [
     "//apex_available:platform",
+    "com.android.bluetooth",
     "com.android.compos",
     "com.android.resolv",
     "com.android.uwb",
@@ -17,4 +18,4 @@
   ],
   "tests": true,
   "vendor-available": true
-}
\ No newline at end of file
+}