- pack the parameter parser service into the image - add sepolicy for the service audio-hal-parserservice Bug: 274433842 Test: manual test; make -j128 Change-Id: Ia47da38060a99cf32da5db60cef7e4a067dd0f24
27 lines
893 B
Makefile
27 lines
893 B
Makefile
DEVICE_MANIFEST_FILE += device/google/gs-common/audio/aidl/manifest.xml
|
|
|
|
# Audio HALs
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.audio.service-aidl.aoc \
|
|
vendor.google.whitechapel.audio.hal.parserservice \
|
|
|
|
# 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 \
|
|
|
|
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
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
vendor.audio_hal.aidl.enable=true
|