From 723ccc2845ae66a3877f415b65f15db643910fef Mon Sep 17 00:00:00 2001 From: Jack He Date: Thu, 28 Feb 2019 18:02:32 -0800 Subject: Enable Bluetooth Audio HAL 2.0 for hikey Bug: 111519504 Test: boot, VTS Change-Id: I5168bb831579ab1d8789addfb2cb0f479795b16f --- device-common.mk | 1 + manifest.xml | 9 +++++++++ 2 files changed, 10 insertions(+) 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 @@ -26,6 +26,15 @@ default + + android.hardware.bluetooth.audio + hwbinder + 2.0 + + IBluetoothAudioProvidersFactory + default + + android.hardware.broadcastradio passthrough -- cgit v1.2.3