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: Id861d0a5727c43508e8f1aadfd6a22c6539d2503 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
35695bac23
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue