summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Li <dvdli@google.com>2023-04-28 02:05:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-04-28 02:05:28 +0000
commit9dfd56b23b85736c763d3a9c74f34d2b9c3cbf65 (patch)
tree0c89d478fab84c03d40d7ff9d57b06c4d29418ba
parentdb202708a6f585d112cf61a99550e049b7ab62d2 (diff)
parent827c84ee7d44feac6d3dbd0ac3a41dccfdc0643c (diff)
Merge "audio: pack AIDL s/w effects" into udc-dev
-rw-r--r--audio/aidl.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/aidl.mk b/audio/aidl.mk
index ae64e13..172b63d 100644
--- a/audio/aidl.mk
+++ b/audio/aidl.mk
@@ -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