31aba3b945
This required adding an overlay directory for tv Change-Id: I66749522a62b6d94002a8a7c9f632d1b5f6a2600
6 lines
184 B
Makefile
6 lines
184 B
Makefile
# Inherit full common Lineage stuff
|
|
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
|
|
|
PRODUCT_PACKAGES += TvSettings
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/tv
|