Exclude some things from LineageOS builds
Change-Id: I34420b49a2f419b84f3af9aff048249d77e419ae
This commit is contained in:
parent
a5b9a862ed
commit
2801e361ab
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue