From 807dae4567b9bb755c1e5787f7dd60841d30ac7d Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Thu, 23 Apr 2020 14:47:24 -0500 Subject: [PATCH] atv: Build LeanbackIME Change-Id: I8942916c4e63be11fc2b1d9aed756e4c9887498a --- config/common_tv.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/common_tv.mk b/config/common_tv.mk index 08e2c2cf..0ce13ecb 100644 --- a/config/common_tv.mk +++ b/config/common_tv.mk @@ -4,6 +4,11 @@ $(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 += \ AppDrawer \ LineageCustomizer