871f250c7d
Change-Id: I869d9d24a61088762ea5cb1a3cc655ef11b0c521
11 lines
307 B
Makefile
11 lines
307 B
Makefile
# 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
|