blob: 02a964975415dfd870cc24f874523b3dd03b6a4f [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 += \
David Li4cc0efc2023-07-05 17:39:10 +08005 android.hardware.audio.service-aidl.aoc \
6 vendor.google.whitechapel.audio.hal.parserservice \
Jasmine Cha8e0e1062023-03-03 14:51:32 +08007
David Li827c84e2023-04-26 14:52:35 +08008# AIDL software effects. These are the effects supporting in all projects.
9# For the project-specific effects, such as haptic generator, please add them
10# to makefile in the project's device folder.
11PRODUCT_PACKAGES += \
12 libvisualizeraidl \
13 libbundleaidl \
14 libreverbaidl \
15 libdynamicsprocessingaidl \
16 libloudnessenhanceraidl \
17 libdownmixaidl \
18
Jasmine Cha8e0e1062023-03-03 14:51:32 +080019BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl
20
21include device/google/gs-common/audio/common.mk
22
23DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/aidl/device_framework_matrix_product.xml
Jasmine Cha6cd390e2023-03-13 09:41:44 +080024
25PRODUCT_PROPERTY_OVERRIDES += \
26 vendor.audio_hal.aidl.enable=true
Jasmine Chae5bf86e2023-12-12 16:27:28 +080027
28$(call soong_config_set,pixel_audio_hal_type,aidl_build,true)