android_vendor_crdroid/config/common_mini_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

5 lines
173 B
Makefile

# This config is for legacy purposes, there are no atv product size variants
# Inherit common atv Lineage stuff
$(call inherit-product, vendor/lineage/config/common_tv.mk)