platform_vendor_tequila/config/common_full_tv.mk
Aaron Kling fda4e1ba57 Disable AudioFX on atv
The interface is not usable on atv

Change-Id: Ibe2c33e5528b593ae338a62cee62e6fe9cfe47ad
2019-09-04 17:17:04 +02:00

14 lines
358 B
Makefile

# Exclude AudioFX
TARGET_EXCLUDES_AUDIOFX := true
# Inherit full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full.mk)
# Inherit Lineage atv device tree
$(call inherit-product, device/lineage/atv/lineage_atv.mk)
PRODUCT_PACKAGES += \
AppDrawer \
LineageCustomizer
DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/tv