From 930b449775cd5535ad904d375a0858eb5e6ce685 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Tue, 24 Aug 2021 15:13:35 +0800 Subject: [PATCH] review hal_audiometricext Bug: 197585437 Test: boot with hal_audiometricext initialized Change-Id: Ia23c3d4936d4c6e86d427fbfaeeceace57ab630b --- aoc/device.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aoc/device.mk b/aoc/device.mk index c3feadbf..3c04b09f 100644 --- a/aoc/device.mk +++ b/aoc/device.mk @@ -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 += \