[Audio AIDL] Move audiometricext to HIDL only.

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
This commit is contained in:
Poomarin Phloyphisut 2024-09-30 06:24:59 +00:00 committed by Joey Poomarin Phloyphisut
parent e943d565fe
commit afd55f92b9
6 changed files with 19 additions and 24 deletions

View file

@ -4,12 +4,6 @@ PRODUCT_PACKAGES += dump_aoc \
aocd \
aocxd
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 += \