Exclude some things from LineageOS builds

Change-Id: I34420b49a2f419b84f3af9aff048249d77e419ae
This commit is contained in:
Michael Bestas 2024-09-12 01:22:15 +03:00 committed by Michael Bestas
parent a5b9a862ed
commit 2801e361ab
No known key found for this signature in database
GPG key ID: CC95044519BE6669
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ PRODUCT_PACKAGES += dump_aoc \
aocd \
aocxd
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
ifeq (,$(filter aosp_% lineage_%,$(TARGET_PRODUCT)))
# IAudioMetricExt HIDL
PRODUCT_PACKAGES += \
vendor.google.audiometricext@1.0-service-vendor