Enable Bluetooth Audio HAL 2.0 for hikey am: 723ccc2845 am: 69e33b87a9
am: 1f92125d5b

Change-Id: I0472e2d2cf831140dc5366f1534a7291c4e44151
diff --git a/device-common.mk b/device-common.mk
index a99e15a..232a2fa 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>