Enable Bluetooth Audio HAL 2.0 for hikey
am: 723ccc2845
Change-Id: Ia5d6fff368f404273e48921795c4949023c7e1d3
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>