From dd2d18fff155e90819c2c495b8dfc99f2bb09111 Mon Sep 17 00:00:00 2001 From: android-usb Date: Sat, 10 Jul 2021 17:31:06 +0200 Subject: [PATCH] Adding Audio HAL V5: Direction API Bug: 119137468 Test: With testbed app Change-Id: I4251b3853d00308dbd988625f8e7466a66b823fa --- device.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/device.mk b/device.mk index 5837eea..57c7c49 100644 --- a/device.mk +++ b/device.mk @@ -23,11 +23,9 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-pe # Audio PRODUCT_PACKAGES += \ - android.hardware.audio@2.0-impl \ android.hardware.audio@2.0-service \ - android.hardware.audio@4.0-impl \ - android.hardware.audio.effect@2.0-impl \ - android.hardware.audio.effect@4.0-impl \ + android.hardware.audio@5.0-impl \ + android.hardware.audio.effect@5.0-impl \ android.hardware.soundtrigger@2.1-impl \ audio.a2dp.default \ audio.r_submix.default \