Merge "audio: pack AIDL s/w effects" into udc-dev am: 9dfd56b23b

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/22873645

Change-Id: I10c41501b6c3da1bd1b2c8a1e33d080e00866e5e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
David Li 2023-04-28 03:21:49 +00:00 committed by Automerger Merge Worker
commit 4fd1826323

View File

@ -4,6 +4,17 @@ DEVICE_MANIFEST_FILE += device/google/gs-common/audio/aidl/manifest.xml
PRODUCT_PACKAGES += \
android.hardware.audio.service-aidl.aoc
# 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 \
libreverbaidl \
libdynamicsprocessingaidl \
libloudnessenhanceraidl \
libdownmixaidl \
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl
include device/google/gs-common/audio/common.mk