From 1c490fe10086221533a611ce87f90d2fd47fd5ed Mon Sep 17 00:00:00 2001 From: Josh Wu Date: Mon, 24 Jan 2022 22:56:14 -0800 Subject: [PATCH] sm7250-common: Switch BtAudio to AIDL Test: m Bug: 203490261 Change-Id: I4b8ac40d5ad410b89eb6a0573d740d86471ecfc7 Merged-In: I4b8ac40d5ad410b89eb6a0573d740d86471ecfc7 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 744295a..e3bab07 100644 --- a/common.mk +++ b/common.mk @@ -133,7 +133,6 @@ PRODUCT_PACKAGES += \ android.hardware.audio@6.0-impl \ android.hardware.audio.effect@6.0-impl \ android.hardware.audio.service \ - android.hardware.bluetooth.audio@2.1-impl \ android.hardware.soundtrigger@2.3-impl \ audio.bluetooth.default \ audio.primary.lito \ @@ -177,6 +176,7 @@ PRODUCT_COPY_FILES += \ # Bluetooth PRODUCT_PACKAGES += \ + android.hardware.bluetooth.audio-impl \ vendor.qti.hardware.bluetooth_audio@2.0.vendor \ vendor.qti.hardware.btconfigstore@1.0.vendor \ vendor.qti.hardware.btconfigstore@2.0.vendor