move aoc settings to gs-common
Bug: 248426917 Test: boot with aoc launched Change-Id: Ib55442380043646aa736959cd353cc82edccbf7b
This commit is contained in:
parent
9eb7199832
commit
3e50aa45bd
4 changed files with 0 additions and 34 deletions
|
@ -1 +0,0 @@
|
|||
# AoC firmware will be loaded by Daemon
|
|
@ -1,3 +0,0 @@
|
|||
# Load AoC firmware and boot
|
||||
on property:vendor.all.modules.ready=1
|
||||
write /sys/devices/platform/19000000.aoc/firmware aoc.bin
|
|
@ -1,26 +0,0 @@
|
|||
PRODUCT_PACKAGES += \
|
||||
aocd
|
||||
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs201-sepolicy/aoc
|
||||
|
||||
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
||||
# IAudioMetricExt HIDL
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.google.audiometricext@1.0-service-vendor
|
||||
endif
|
||||
|
||||
# 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/gs201/aoc/conf/init.aoc.nodaemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc
|
||||
else
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/gs201/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
|
|
@ -455,10 +455,6 @@ PRODUCT_PACKAGES += \
|
|||
# dumpstate HAL
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.dumpstate-service.gs201
|
||||
|
||||
# AoC support
|
||||
include device/google/gs201/aoc/device.mk
|
||||
|
||||
#
|
||||
# Audio HALs
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue