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 += \ |
| 5 | android.hardware.audio.service-aidl.aoc |
| 6 | |
David Li | 827c84e | 2023-04-26 14:52:35 +0800 | [diff] [blame] | 7 | # 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. |
| 10 | PRODUCT_PACKAGES += \ |
| 11 | libvisualizeraidl \ |
| 12 | libbundleaidl \ |
| 13 | libreverbaidl \ |
| 14 | libdynamicsprocessingaidl \ |
| 15 | libloudnessenhanceraidl \ |
| 16 | libdownmixaidl \ |
| 17 | |
Jasmine Cha | 8e0e106 | 2023-03-03 14:51:32 +0800 | [diff] [blame] | 18 | BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl |
| 19 | |
| 20 | include device/google/gs-common/audio/common.mk |
| 21 | |
| 22 | 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] | 23 | |
| 24 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 25 | vendor.audio_hal.aidl.enable=true |