blob: 579954142d526d0fa2a890a707aa0964b540473f [file] [log] [blame]
Jasmine Cha1e194802023-12-22 10:28:42 +08001USE_AUDIO_HAL_AIDL := true
2
Jasmine Cha8e0e1062023-03-03 14:51:32 +08003DEVICE_MANIFEST_FILE += device/google/gs-common/audio/aidl/manifest.xml
4
5# Audio HALs
6PRODUCT_PACKAGES += \
David Li4cc0efc2023-07-05 17:39:10 +08007 android.hardware.audio.service-aidl.aoc \
8 vendor.google.whitechapel.audio.hal.parserservice \
Jasmine Cha8e0e1062023-03-03 14:51:32 +08009
David Li827c84e2023-04-26 14:52:35 +080010# AIDL software effects. These are the effects supporting in all projects.
11# For the project-specific effects, such as haptic generator, please add them
12# to makefile in the project's device folder.
13PRODUCT_PACKAGES += \
14 libvisualizeraidl \
15 libbundleaidl \
16 libreverbaidl \
17 libdynamicsprocessingaidl \
18 libloudnessenhanceraidl \
19 libdownmixaidl \
20
Jasmine Cha8e0e1062023-03-03 14:51:32 +080021BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl
22
23include device/google/gs-common/audio/common.mk
24
25DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/aidl/device_framework_matrix_product.xml
Jasmine Cha6cd390e2023-03-13 09:41:44 +080026
27PRODUCT_PROPERTY_OVERRIDES += \
28 vendor.audio_hal.aidl.enable=true
Jasmine Chae5bf86e2023-12-12 16:27:28 +080029
30$(call soong_config_set,pixel_audio_hal_type,aidl_build,true)