Adding bluetooth apex

Bug: 206121418
Test: Compile
Change-Id: I472f03f9acea27a885639f8cbd74b42d4658b99f
diff --git a/Android.bp b/Android.bp
index 4c2cc08..f7fbc23 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,6 +47,8 @@
     edition: "2018",
     apex_available: [
         "//apex_available:platform",
+        "com.android.bluetooth",
         "com.android.virt",
     ],
+    min_sdk_version: "29",
 }
diff --git a/cargo2android.json b/cargo2android.json
index 42b7833..8159be1 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,9 +1,11 @@
 {
   "apex-available": [
     "//apex_available:platform",
+    "com.android.bluetooth",
     "com.android.virt"
   ],
   "dependencies": true,
   "device": true,
+  "min-sdk-version": "29",
   "run": true
-}
\ No newline at end of file
+}