Adding Bluetooth apex to the libs

Bug: 206121418
Test: Compile
Change-Id: I24416d286731f2c755d0972775d6761a853358c7
diff --git a/Android.bp b/Android.bp
index c9cf752..81f6638 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,8 +53,10 @@
     host_supported: true,
     apex_available: [
         "//apex_available:platform",
+        "com.android.bluetooth",
         "com.android.compos",
     ],
+    min_sdk_version: "29",
 }
 
 cc_library_static {
@@ -67,6 +69,7 @@
         "com.android.bluetooth",
         "com.android.compos",
     ],
+    min_sdk_version: "29",
 }
 
 cc_library_static {