2019-08-31 03:44:20 +02:00
|
|
|
# Exclude AudioFX
|
|
|
|
TARGET_EXCLUDES_AUDIOFX := true
|
|
|
|
|
2017-08-17 19:28:48 +02:00
|
|
|
# Inherit full common Lineage stuff
|
2017-07-06 15:21:30 +02:00
|
|
|
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
2017-03-13 04:52:47 +01:00
|
|
|
|
2019-05-10 04:25:24 +02:00
|
|
|
# Inherit Lineage atv device tree
|
|
|
|
$(call inherit-product, device/lineage/atv/lineage_atv.mk)
|
|
|
|
|
2018-06-19 19:10:10 +02:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
AppDrawer \
|
|
|
|
LineageCustomizer
|
2017-09-12 18:34:40 +02:00
|
|
|
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/tv
|