Enable Bluetooth Audio HAL 2.0 for cuttlefish

Bug: 111519504
Test: vts
Change-Id: Icc03380029999854b48f78380d275c9ca9852ba7
(cherry picked from commit e95b34a22d109591f846d5b4437dc80766e9c65d)
diff --git a/shared/config/manifest.xml b/shared/config/manifest.xml
index b235b80..13856db 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 741cd99..80ab1f2 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -224,6 +224,7 @@
 #
 PRODUCT_PACKAGES += \
     android.hardware.bluetooth@1.0-service.sim \
+    android.hardware.bluetooth.audio@2.0-impl
 
 #
 # Audio HAL