Previously, audiometricext module which is HIDL module is mistakenly included in AIDL rom. Test: Local Build on both HIDL and AIDL devices Flag: EXEMPT bugfix Bug: 369772495 Change-Id: Ic56fa134056afa782440a8f1dcaa032df481bcc2
22 lines
626 B
Makefile
22 lines
626 B
Makefile
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/aoc/sepolicy
|
|
|
|
PRODUCT_PACKAGES += dump_aoc \
|
|
aocd \
|
|
aocxd
|
|
|
|
# If AoC Daemon is not present on this build, load firmware at boot via rc
|
|
ifeq ($(wildcard vendor/google/whitechapel/aoc/aocd),)
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/gs-common/aoc/conf/init.aoc.nodaemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc
|
|
else
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/gs-common/aoc/conf/init.aoc.daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc
|
|
endif
|
|
|
|
# AoC debug support
|
|
PRODUCT_PACKAGES_DEBUG += \
|
|
aocdump \
|
|
aocutil \
|
|
aoc_audio_cfg \
|
|
vp_util \
|
|
aocx_tool
|