From 2b39fecfee994e1c5eee5bad402a44dfa00848d2 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Sat, 17 Sep 2022 21:07:22 +0100 Subject: [PATCH] rosemary: Uprev bluetooth audio HIDL impl to 2.1 * We get free LC3 support, isn't it poggers? Change-Id: Ia8cef3905c133441cbe741c83d6d5ecdf4be2338 --- device.mk | 2 +- manifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 5786bb0..32adfa3 100644 --- a/device.mk +++ b/device.mk @@ -43,7 +43,7 @@ PRODUCT_PACKAGES += \ android.hardware.audio.service \ android.hardware.audio@6.0-impl \ android.hardware.audio.effect@6.0-impl \ - android.hardware.bluetooth.audio@2.0-impl + android.hardware.bluetooth.audio@2.1-impl PRODUCT_PACKAGES += \ audio.a2dp.default \ diff --git a/manifest.xml b/manifest.xml index 8847ab1..2053870 100644 --- a/manifest.xml +++ b/manifest.xml @@ -17,7 +17,7 @@ android.hardware.bluetooth.audio hwbinder - @2.0::IBluetoothAudioProvidersFactory/default + @2.1::IBluetoothAudioProvidersFactory/default android.hardware.boot