Adding bluetooth apex

Bug: 206121418
Test: Compile
Change-Id: I9875146cdf59709e633017af3ebe8d0f48abee9b
diff --git a/Android.bp b/Android.bp
index 61f1010..752ec2e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -80,6 +80,7 @@
     edition: "2018",
     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 0b7433b..19c5df8 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",
@@ -12,4 +13,4 @@
   "run": true,
   "tests": true,
   "vendor-available": true
-}
\ No newline at end of file
+}