Adam Shih | ee779b9 | 2022-10-11 15:36:26 +0800 | [diff] [blame] | 1 | BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/aoc/sepolicy |
| 2 | |
Adam Shih | 8146116 | 2022-10-20 11:23:26 +0800 | [diff] [blame] | 3 | PRODUCT_PACKAGES += dump_aoc \ |
Bruce Po | 6b92b30 | 2023-12-26 23:27:00 +0000 | [diff] [blame^] | 4 | aocd \ |
| 5 | aocxd |
Adam Shih | 8146116 | 2022-10-20 11:23:26 +0800 | [diff] [blame] | 6 | |
| 7 | ifeq (,$(filter aosp_%,$(TARGET_PRODUCT))) |
| 8 | # IAudioMetricExt HIDL |
| 9 | PRODUCT_PACKAGES += \ |
| 10 | vendor.google.audiometricext@1.0-service-vendor |
| 11 | endif |
| 12 | |
| 13 | # If AoC Daemon is not present on this build, load firmware at boot via rc |
| 14 | ifeq ($(wildcard vendor/google/whitechapel/aoc/aocd),) |
| 15 | PRODUCT_COPY_FILES += \ |
| 16 | device/google/gs-common/aoc/conf/init.aoc.nodaemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc |
| 17 | else |
| 18 | PRODUCT_COPY_FILES += \ |
| 19 | device/google/gs-common/aoc/conf/init.aoc.daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc |
| 20 | endif |
| 21 | |
| 22 | # AoC debug support |
| 23 | PRODUCT_PACKAGES_DEBUG += \ |
| 24 | aocdump \ |
| 25 | aocutil \ |
| 26 | aoc_audio_cfg \ |
Bruce Po | 6b92b30 | 2023-12-26 23:27:00 +0000 | [diff] [blame^] | 27 | vp_util \ |
| 28 | aocx_tool |