2023-03-03 14:51:32 +08:00
|
|
|
DEVICE_MANIFEST_FILE += device/google/gs-common/audio/aidl/manifest.xml
|
|
|
|
|
|
|
|
# Audio HALs
|
|
|
|
PRODUCT_PACKAGES += \
|
2023-07-05 17:39:10 +08:00
|
|
|
android.hardware.audio.service-aidl.aoc \
|
|
|
|
vendor.google.whitechapel.audio.hal.parserservice \
|
2023-03-03 14:51:32 +08:00
|
|
|
|
2023-04-26 14:52:35 +08:00
|
|
|
# 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 \
|
|
|
|
|
2023-03-03 14:51:32 +08:00
|
|
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl
|
|
|
|
|
|
|
|
include device/google/gs-common/audio/common.mk
|
|
|
|
|
|
|
|
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/aidl/device_framework_matrix_product.xml
|
2023-03-13 09:41:44 +08:00
|
|
|
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
|
|
vendor.audio_hal.aidl.enable=true
|
2023-12-12 16:27:28 +08:00
|
|
|
|
|
|
|
$(call soong_config_set,pixel_audio_hal_type,aidl_build,true)
|