38f389130b
* DEVICE_PACKAGE_OVERLAYS corresponds to overlays that are device specific, these are not so they should belong in platform. Change-Id: I8684e10a370ba1b9f0a725c0f199d167a98d1668
15 lines
356 B
Makefile
15 lines
356 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)
|
|
|
|
# AOSP packages
|
|
PRODUCT_PACKAGES += \
|
|
LeanbackIME
|
|
|
|
# Lineage packages
|
|
PRODUCT_PACKAGES += \
|
|
LineageCustomizer
|
|
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/tv
|