blob: 172b63d87f2f17aa9d005408873ecfe87a2e5688 [file] [log] [blame]
Jasmine Cha8e0e1062023-03-03 14:51:32 +08001DEVICE_MANIFEST_FILE += device/google/gs-common/audio/aidl/manifest.xml
2
3# Audio HALs
4PRODUCT_PACKAGES += \
5 android.hardware.audio.service-aidl.aoc
6
David Li827c84e2023-04-26 14:52:35 +08007# AIDL software effects. These are the effects supporting in all projects.
8# For the project-specific effects, such as haptic generator, please add them
9# to makefile in the project's device folder.
10PRODUCT_PACKAGES += \
11 libvisualizeraidl \
12 libbundleaidl \
13 libreverbaidl \
14 libdynamicsprocessingaidl \
15 libloudnessenhanceraidl \
16 libdownmixaidl \
17
Jasmine Cha8e0e1062023-03-03 14:51:32 +080018BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl
19
20include device/google/gs-common/audio/common.mk
21
22DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/aidl/device_framework_matrix_product.xml
Jasmine Cha6cd390e2023-03-13 09:41:44 +080023
24PRODUCT_PROPERTY_OVERRIDES += \
25 vendor.audio_hal.aidl.enable=true