Enable Bluetooth Audio HAL 2.0 for cuttlefish

Bug: 111519504
Test: vts
Change-Id: Icc03380029999854b48f78380d275c9ca9852ba7
(cherry picked from commit e95b34a22d109591f846d5b4437dc80766e9c65d)
(cherry picked from commit d0122c1b26b8da1e91d898df4818dd5426aca3f4)
diff --git a/shared/config/manifest.xml b/shared/config/manifest.xml
index e505dad..3c44a6a 100644
--- a/shared/config/manifest.xml
+++ b/shared/config/manifest.xml
@@ -45,6 +45,15 @@
         </interface>
     </hal>
     <hal format="hidl">
+        <name>android.hardware.bluetooth.audio</name>
+        <transport>hwbinder</transport>
+        <version>2.0</version>
+        <interface>
+            <name>IBluetoothAudioProvidersFactory</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
         <name>android.hardware.camera.provider</name>
         <transport>hwbinder</transport>
         <version>2.4</version>
diff --git a/shared/device.mk b/shared/device.mk
index bf2c920..2126da1 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -202,6 +202,7 @@
 #
 PRODUCT_PACKAGES += \
     android.hardware.bluetooth@1.0-service.sim \
+    android.hardware.bluetooth.audio@2.0
 
 #
 # Audio HAL