From 3bd5cb997b7d25a75721fbd256adb56c49e98cba Mon Sep 17 00:00:00 2001 From: Josh Wu Date: Tue, 5 Sep 2023 12:32:13 +0100 Subject: [PATCH] X6833B: Switch BtAudio to AIDL Test: m Bug: 203490261 Change-Id: I80eced28790a15ad5485c9780ccf5812ab75dc1d Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com> --- configs/vintf/manifest.xml | 10 ---------- device.mk | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/configs/vintf/manifest.xml b/configs/vintf/manifest.xml index 0b7809e..7dc62a8 100644 --- a/configs/vintf/manifest.xml +++ b/configs/vintf/manifest.xml @@ -60,16 +60,6 @@ @1.1::IBluetoothHci/default - - android.hardware.bluetooth.audio - hwbinder - 2.1 - - IBluetoothAudioProvidersFactory - default - - @2.1::IBluetoothAudioProvidersFactory/default - android.hardware.boot hwbinder diff --git a/device.mk b/device.mk index 610a831..3ed22a7 100644 --- a/device.mk +++ b/device.mk @@ -51,7 +51,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ audio.bluetooth.default \ - android.hardware.bluetooth.audio@2.1-impl + android.hardware.bluetooth.audio-impl PRODUCT_PACKAGES += \ libaudiofoundation.vendor \