From 30768b82c17cb75bf25e62b5979dba4c925d7eef Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Thu, 7 Dec 2017 13:55:52 -0600 Subject: [PATCH] ATV: Ship AppDrawer Also remove TvSettings from here since its included in atv_base Change-Id: I2d97e90e234dc9b7868dad3b063c0420211dacdc --- config/common_full_tv.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common_full_tv.mk b/config/common_full_tv.mk index 8d097e71..5a348f98 100644 --- a/config/common_full_tv.mk +++ b/config/common_full_tv.mk @@ -1,6 +1,6 @@ # Inherit full common Lineage stuff $(call inherit-product, vendor/lineage/config/common_full.mk) -PRODUCT_PACKAGES += TvSettings +PRODUCT_PACKAGES += AppDrawer DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/tv