From 435d5f4f570331944fd4a281a5c4909ab63f9a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20V=C3=A1zquez?= Date: Fri, 4 Mar 2022 08:58:59 +0100 Subject: [PATCH] sdm710-common: build missing Bluetooth A2DP I hwservicemanager: getTransport: Cannot find entry android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default in either framework or device VINTF manifest. E LegacySupport: Could not get passthrough implementation for android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default. W audiohalservice: Could not register Bluetooth Audio Offload API --- manifest.xml | 9 +++++++++ sdm710.mk | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/manifest.xml b/manifest.xml index 6cfc35e..d6c0163 100644 --- a/manifest.xml +++ b/manifest.xml @@ -692,4 +692,13 @@ default + + android.hardware.bluetooth.a2dp + hwbinder + 1.0 + + IBluetoothAudioOffload + default + + diff --git a/sdm710.mk b/sdm710.mk index 74a691c..236a5ae 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -112,6 +112,12 @@ PRODUCT_PACKAGES += \ vendor.qti.hardware.btconfigstore@1.0.vendor \ vendor.qti.hardware.capabilityconfigstore@1.0.vendor +# A2DP +PRODUCT_PACKAGES += \ + audio.a2dp.default \ + android.hardware.bluetooth.a2dp@1.0-impl \ + android.hardware.bluetooth.a2dp@1.0-service + # Camera PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-impl \