Jasmine Cha | 8e0e106 | 2023-03-03 14:51:32 +0800 | [diff] [blame] | 1 | DEVICE_MANIFEST_FILE += device/google/gs-common/audio/aidl/manifest.xml |
| 2 | |
| 3 | # Audio HALs |
| 4 | PRODUCT_PACKAGES += \ |
David Li | 4cc0efc | 2023-07-05 17:39:10 +0800 | [diff] [blame] | 5 | android.hardware.audio.service-aidl.aoc \ |
| 6 | vendor.google.whitechapel.audio.hal.parserservice \ |
Jasmine Cha | 8e0e106 | 2023-03-03 14:51:32 +0800 | [diff] [blame] | 7 | |
David Li | 827c84e | 2023-04-26 14:52:35 +0800 | [diff] [blame] | 8 | # 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. |
| 11 | PRODUCT_PACKAGES += \ |
| 12 | libvisualizeraidl \ |
| 13 | libbundleaidl \ |
| 14 | libreverbaidl \ |
| 15 | libdynamicsprocessingaidl \ |
| 16 | libloudnessenhanceraidl \ |
| 17 | libdownmixaidl \ |
| 18 | |
Jasmine Cha | 8e0e106 | 2023-03-03 14:51:32 +0800 | [diff] [blame] | 19 | BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl |
| 20 | |
| 21 | include device/google/gs-common/audio/common.mk |
| 22 | |
| 23 | DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/aidl/device_framework_matrix_product.xml |
Jasmine Cha | 6cd390e | 2023-03-13 09:41:44 +0800 | [diff] [blame] | 24 | |
| 25 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 26 | vendor.audio_hal.aidl.enable=true |
Jasmine Cha | e5bf86e | 2023-12-12 16:27:28 +0800 | [diff] [blame^] | 27 | |
| 28 | $(call soong_config_set,pixel_audio_hal_type,aidl_build,true) |