summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack He <siyuanh@google.com>2019-02-28 18:02:32 -0800
committerJack He <siyuanh@google.com>2019-03-12 07:56:15 +0000
commit723ccc2845ae66a3877f415b65f15db643910fef (patch)
tree0dda9e61d643f0ee7ba53fe853a1733a0c21dd27
parent91d8213c9233c8c37bd8a0e2259d4aebd4618512 (diff)
downloadhikey-723ccc2845ae66a3877f415b65f15db643910fef.tar.gz
Enable Bluetooth Audio HAL 2.0 for hikeyandroid-q-preview-1android-o-mr1-iot-release-1.0.10
Bug: 111519504 Test: boot, VTS Change-Id: I5168bb831579ab1d8789addfb2cb0f479795b16f
-rw-r--r--device-common.mk1
-rw-r--r--manifest.xml9
2 files changed, 10 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index e38e9c8d..dcf03777 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -81,6 +81,7 @@ PRODUCT_PACKAGES += vndk_package
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 1459ee8a..f45676c6 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>