review hal_audiometricext

Bug: 197585437
Test: boot with hal_audiometricext initialized
Change-Id: Ia23c3d4936d4c6e86d427fbfaeeceace57ab630b
This commit is contained in:
Adam Shih 2021-08-24 15:13:35 +08:00
parent 0f853db94c
commit 930b449775

View file

@ -3,6 +3,12 @@ PRODUCT_PACKAGES += \
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 += \