Adding bluetooth apex

Bug: 206121418
Test: Compile
Change-Id: I3078f6111bd7cf123681fc0a04825d89bb806eca
diff --git a/Android.bp b/Android.bp
index a44204f..d7d1318 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,7 +42,9 @@
     ],
     apex_available: [
         "//apex_available:platform",
+        "com.android.bluetooth",
         "com.android.compos",
         "com.android.virt",
     ],
+    min_sdk_version: "29",
 }