From efec5675582ca50a48e1498e316a9eb7905d945c Mon Sep 17 00:00:00 2001 From: Jackeagle Date: Thu, 6 Jul 2023 00:55:52 -0400 Subject: [PATCH] GS290: Build Audio and BT HIDL libs into vendor Change-Id: Ia5630013ee0bd62379b6d8e4a47f939c4ce995e4 Signed-off-by: Jackeagle --- device.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index d1e03ee..b2b4a60 100644 --- a/device.mk +++ b/device.mk @@ -23,7 +23,8 @@ PRODUCT_PACKAGES += \ audio.usb.default \ libaudiofoundation.vendor \ libtinycompress \ - tinymix + tinymix \ + android.hardware.audio@5.0.vendor PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/audio/audio_device.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_device.xml \ @@ -49,6 +50,8 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ android.hardware.bluetooth.audio@2.0-impl \ audio.bluetooth.default \ + android.hardware.bluetooth@1.0.vendor \ + android.hardware.bluetooth.a2dp@1.0.vendor \ PRODUCT_COPY_FILES += \ frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \ -- GitLab