platform_vendor_tequila/config/common_tv.mk
Aaron Kling 8926990865 Split mobile and tv configs
There are a lot of apps installed by default that are unusable with
a controller. This splits the mobile related settings out of common
into a common_mobile config and adds common_tv.

Note: The EXCLUDE_AUDIOFX flag was removed from the tv configs
because the new config path no longer builds it.

Change-Id: I67db32750fca91725d703243f2bcee8bcd9b82cd
2020-04-22 02:18:15 +02:00

11 lines
297 B
Makefile

# Inherit common Lineage stuff
$(call inherit-product, vendor/lineage/config/common.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