blob: 085f61a8691acaf316080f8b4b462bee0ad24904 [file] [log] [blame]
Adam Shihee779b92022-10-11 15:36:26 +08001BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/aoc/sepolicy
2
Adam Shih81461162022-10-20 11:23:26 +08003PRODUCT_PACKAGES += dump_aoc \
Bruce Po6b92b302023-12-26 23:27:00 +00004 aocd \
5 aocxd
Adam Shih81461162022-10-20 11:23:26 +08006
Adam Shih81461162022-10-20 11:23:26 +08007# If AoC Daemon is not present on this build, load firmware at boot via rc
Adam Shih81461162022-10-20 11:23:26 +08008PRODUCT_COPY_FILES += \
9 device/google/gs-common/aoc/conf/init.aoc.daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc
Adam Shih81461162022-10-20 11:23:26 +080010
bowenlaie93068e2024-10-22 16:59:20 +080011ifneq ($(wildcard vendor/google/whitechapel/aoc/aocx/aidl/aocx/framework_compatibility_matrix.xml),)
12DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += \
13 vendor/google/whitechapel/aoc/aocx/aidl/aocx/framework_compatibility_matrix.xml
14endif
15
Adam Shih81461162022-10-20 11:23:26 +080016# AoC debug support
17PRODUCT_PACKAGES_DEBUG += \
18 aocdump \
19 aocutil \
20 aoc_audio_cfg \
Bruce Po6b92b302023-12-26 23:27:00 +000021 vp_util \
22 aocx_tool