Remove required from Bluetooth

Test: TreeHugger
Change-Id: Id8877d22bc03086e2ea9bba8c277879b6650ab5c
diff --git a/android/app/Android.bp b/android/app/Android.bp
index a1aca4c..9f71530 100644
--- a/android/app/Android.bp
+++ b/android/app/Android.bp
@@ -200,13 +200,6 @@
         optimize: false,
         proguard_flags_files: ["proguard.flags"],
     },
-    required: [
-        "android.hardware.bluetooth.audio-V3-ndk",
-        "android.hardware.bluetooth.audio@2.0",
-        "android.hardware.bluetooth.audio@2.1",
-        "android.hardware.bluetooth@1.0",
-        "android.hardware.bluetooth@1.1",
-    ],
     apex_available: [
         "com.android.btservices",
     ],