From 9102c5278618ed988dcb2c0c6106a24e718df8b9 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Fri, 12 Feb 2021 20:26:58 +0100 Subject: [PATCH] universal7885: manifest: add android.hardware.bluetooth{,.a2dp}@1.0 Switch to android.hardware.bluetooth.a2dp@1.0-impl.mock mock HALs just register HAL lib. Nothing else. Signed-off-by: roynatech2544 --- universal7885-common/universal7885-common.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 6c169e0..fde091f 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -24,17 +24,19 @@ PRODUCT_PACKAGES += \ libtinycompress \ audio.r_submix.default \ audio.usb.default \ - audio.a2dp.default \ libaudioroute \ libtinyalsa \ libtinycompress \ - libldacBT_bco + libldacBT_bco \ + audio.hearing_aid.default # Audio (BT) PRODUCT_PACKAGES += \ android.hardware.bluetooth.audio@2.1-impl \ audio.bluetooth.default \ - android.hardware.bluetooth.a2dp@1.0 + audio.a2dp.default \ + android.hardware.bluetooth.audio@2.1.vendor \ + android.hardware.bluetooth.a2dp@1.0-impl.mock \ # Aptx PRODUCT_COPY_FILES += \