From e268732821bfc22e50dd203f582fbc0bfea0788f Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Tue, 26 Oct 2021 18:06:23 +0200 Subject: [PATCH] sm7250-common: Uprev bluetooth audio HIDL impl to 2.1 * We get free LC3 support, isn't it poggers? Change-Id: I0f1713ee542102374183ef8088bcad62d3859c2f --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index e852320..52c8b6d 100644 --- a/common.mk +++ b/common.mk @@ -119,7 +119,7 @@ PRODUCT_PACKAGES += \ android.hardware.audio@6.0-impl \ android.hardware.audio.effect@6.0-impl \ android.hardware.audio.service \ - android.hardware.bluetooth.audio@2.0-impl \ + android.hardware.bluetooth.audio@2.1-impl \ android.hardware.soundtrigger@2.3-impl \ audio.a2dp.default \ audio.bluetooth.default \