8926990865
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
11 lines
297 B
Makefile
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
|