fda4e1ba57
The interface is not usable on atv Change-Id: Ibe2c33e5528b593ae338a62cee62e6fe9cfe47ad
14 lines
358 B
Makefile
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
|