audio: pack AIDL haptic gen effect into the image

Bug: 330686268
Test: mm; haptic playground
Change-Id: I629ebaf0c8aa1c6b92dce781cb9e1416094a8c67
This commit is contained in:
David Li 2024-04-24 05:02:01 +08:00
parent 278620120f
commit 2a7b2bd35b

View File

@ -6,9 +6,6 @@ PRODUCT_PACKAGES += \
android.hardware.audio.service-aidl.aoc \ android.hardware.audio.service-aidl.aoc \
vendor.google.whitechapel.audio.hal.parserservice \ 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 += \ PRODUCT_PACKAGES += \
libvisualizeraidl \ libvisualizeraidl \
libbundleaidl \ libbundleaidl \
@ -16,6 +13,7 @@ PRODUCT_PACKAGES += \
libdynamicsprocessingaidl \ libdynamicsprocessingaidl \
libloudnessenhanceraidl \ libloudnessenhanceraidl \
libdownmixaidl \ libdownmixaidl \
libhapticgeneratoraidl \
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/hdmi_audio BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/hdmi_audio