From cea38a5bdc82936595997427cff386647c997cad Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Fri, 15 Oct 2021 13:50:54 +0800 Subject: [PATCH] sdm660-common: Uprev bluetooth audio HIDL impl to 2.1 * We get free LC3 support, isn't it poggers? Change-Id: I0f1713ee542102374183ef8088bcad62d3859c2f Signed-off-by: clarencelol Signed-off-by: pix106 --- manifest.xml | 2 +- sdm660.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.xml b/manifest.xml index 9fbedc19..e72382fb 100755 --- a/manifest.xml +++ b/manifest.xml @@ -22,7 +22,7 @@ android.hardware.bluetooth.audio hwbinder - @2.0::IBluetoothAudioProvidersFactory/default + @2.1::IBluetoothAudioProvidersFactory/default android.hardware.camera.provider diff --git a/sdm660.mk b/sdm660.mk index 61c762ce..c9d6c499 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -141,7 +141,7 @@ PRODUCT_PACKAGES += \ # Bluetooth PRODUCT_PACKAGES += \ audio.bluetooth.default \ - android.hardware.bluetooth.audio@2.0-impl \ + android.hardware.bluetooth.audio@2.1-impl \ liba2dpoffload \ libbthost_if \ libhdmiedid \