From b302d37735cce6c25d4c598296ff7d855f0a13a6 Mon Sep 17 00:00:00 2001 From: Joker-V2 Date: Wed, 1 Mar 2023 11:59:46 +0000 Subject: [PATCH] sdm710-common: Build android.hardware.bluetooth.audio-impl W audiohalservice: Could not register Bluetooth Audio Offload API E audiohalservice: Failed to dlopen android.hardware.bluetooth.audio-impl.so: dlopen failed: library android.hardware.bluetooth.audio-impl.so not found W audiohalservice: createIBluetoothAudioProviderFactory() from android.hardware.bluetooth.audio-impl failed Signed-off-by: Joker-V2 --- sdm710.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/sdm710.mk b/sdm710.mk index cfa4464..74a691c 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -102,6 +102,7 @@ PRODUCT_PACKAGES += \ android.hardware.bluetooth@1.0 \ android.hardware.bluetooth@1.0.vendor \ android.hardware.bluetooth.audio@2.1-impl \ + android.hardware.bluetooth.audio-impl \ audio.bluetooth.default \ BluetoothQti \ libldacBT_dec \