Enable Bluetooth Audio HAL 2.0 for hikey
Bug: 111519504
Test: boot, VTS
Change-Id: I5168bb831579ab1d8789addfb2cb0f479795b16f
diff --git a/device-common.mk b/device-common.mk
index e38e9c8..dcf0377 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -81,6 +81,7 @@
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl \
android.hardware.drm@1.0-service \
+ android.hardware.bluetooth.audio@2.0-impl
PRODUCT_PACKAGES += libGLES_android
diff --git a/manifest.xml b/manifest.xml
index 1459ee8..f45676c 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -27,6 +27,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.broadcastradio</name>
<transport arch="32+64">passthrough</transport>
<version>1.0</version>