From 2a7b2bd35b6c441900a3b9d123a8ee4a66f21cd6 Mon Sep 17 00:00:00 2001 From: David Li Date: Wed, 24 Apr 2024 05:02:01 +0800 Subject: [PATCH] audio: pack AIDL haptic gen effect into the image Bug: 330686268 Test: mm; haptic playground Change-Id: I629ebaf0c8aa1c6b92dce781cb9e1416094a8c67 --- audio/aidl.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/audio/aidl.mk b/audio/aidl.mk index b8fd96b..e06ac0b 100644 --- a/audio/aidl.mk +++ b/audio/aidl.mk @@ -6,9 +6,6 @@ PRODUCT_PACKAGES += \ android.hardware.audio.service-aidl.aoc \ vendor.google.whitechapel.audio.hal.parserservice \ -# AIDL software effects. These are the effects supporting in all projects. -# For the project-specific effects, such as haptic generator, please add them -# to makefile in the project's device folder. PRODUCT_PACKAGES += \ libvisualizeraidl \ libbundleaidl \ @@ -16,6 +13,7 @@ PRODUCT_PACKAGES += \ libdynamicsprocessingaidl \ libloudnessenhanceraidl \ libdownmixaidl \ + libhapticgeneratoraidl \ BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/hdmi_audio