Adding bluetooth apex

Bug: 206121418
Test: Compile
Change-Id: I4fd541d1b661a7389dcc8c7fd59d8c08fcda4962
diff --git a/Android.bp b/Android.bp
index ab89161..2034097 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,9 +51,11 @@
     ],
     apex_available: [
         "//apex_available:platform",
+        "com.android.bluetooth",
         "com.android.compos",
         "com.android.virt",
     ],
+    min_sdk_version: "29",
 }
 
 rust_test {
diff --git a/cargo2android.json b/cargo2android.json
index a4a2e17..4384672 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,11 +1,13 @@
 {
   "apex-available": [
     "//apex_available:platform",
+    "com.android.bluetooth",
     "com.android.compos",
     "com.android.virt"
   ],
   "dependencies": true,
   "device": true,
+  "min-sdk-version": "29",
   "run": true,
   "tests": true
-}
\ No newline at end of file
+}