Jasmine Cha | 1e19480 | 2023-12-22 10:28:42 +0800 | [diff] [blame] | 1 | |
Jasmine Cha | 8e0e106 | 2023-03-03 14:51:32 +0800 | [diff] [blame] | 2 | DEVICE_MANIFEST_FILE += device/google/gs-common/audio/aidl/manifest.xml |
| 3 | |
| 4 | # Audio HALs |
| 5 | PRODUCT_PACKAGES += \ |
David Li | 4cc0efc | 2023-07-05 17:39:10 +0800 | [diff] [blame] | 6 | android.hardware.audio.service-aidl.aoc \ |
| 7 | vendor.google.whitechapel.audio.hal.parserservice \ |
Jasmine Cha | 8e0e106 | 2023-03-03 14:51:32 +0800 | [diff] [blame] | 8 | |
David Li | 827c84e | 2023-04-26 14:52:35 +0800 | [diff] [blame] | 9 | # AIDL software effects. These are the effects supporting in all projects. |
| 10 | # For the project-specific effects, such as haptic generator, please add them |
| 11 | # to makefile in the project's device folder. |
| 12 | PRODUCT_PACKAGES += \ |
| 13 | libvisualizeraidl \ |
| 14 | libbundleaidl \ |
| 15 | libreverbaidl \ |
| 16 | libdynamicsprocessingaidl \ |
| 17 | libloudnessenhanceraidl \ |
| 18 | libdownmixaidl \ |
| 19 | |
Jasmine Cha | 8e0e106 | 2023-03-03 14:51:32 +0800 | [diff] [blame] | 20 | BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl |
Carter Hsu | e9c4233 | 2023-12-04 15:53:50 +0800 | [diff] [blame] | 21 | BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/hdmi_audio |
Jasmine Cha | 8e0e106 | 2023-03-03 14:51:32 +0800 | [diff] [blame] | 22 | |
| 23 | include device/google/gs-common/audio/common.mk |
| 24 | |
| 25 | 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] | 26 | |
| 27 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 28 | vendor.audio_hal.aidl.enable=true |
Mikhail Naganov | 57cd031 | 2024-02-06 20:01:42 -0800 | [diff] [blame^] | 29 | PRODUCT_SYSTEM_EXT_PROPERTIES += \ |
| 30 | ro.audio.ihaladaptervendorextension_enabled=true |
Jasmine Cha | e5bf86e | 2023-12-12 16:27:28 +0800 | [diff] [blame] | 31 | |
| 32 | $(call soong_config_set,pixel_audio_hal_type,aidl_build,true) |