From 33fe58bd58f2f4bf095d8a62d7a150d376108ea8 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sun, 7 Aug 2022 21:30:09 +0200 Subject: [PATCH] config: Exclude LatinIME dictionaries from RRO overlays Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/4991 Change-Id: I7722ac86d9d3f02f393b2c120341db5a2b648ff5 --- config/common_full_phone.mk | 1 + config/common_full_tablet.mk | 1 + config/common_full_tablet_wifionly.mk | 1 + 3 files changed, 3 insertions(+) diff --git a/config/common_full_phone.mk b/config/common_full_phone.mk index 140e0f40..2ef53af2 100644 --- a/config/common_full_phone.mk +++ b/config/common_full_phone.mk @@ -7,6 +7,7 @@ PRODUCT_PACKAGES += \ # Include Lineage LatinIME dictionaries PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries +PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries # Enable support of one-handed mode PRODUCT_PRODUCT_PROPERTIES += \ diff --git a/config/common_full_tablet.mk b/config/common_full_tablet.mk index 3d826dd6..52031978 100644 --- a/config/common_full_tablet.mk +++ b/config/common_full_tablet.mk @@ -8,5 +8,6 @@ PRODUCT_PACKAGES += \ # Include Lineage LatinIME dictionaries PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries +PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries $(call inherit-product, vendor/lineage/config/telephony.mk) diff --git a/config/common_full_tablet_wifionly.mk b/config/common_full_tablet_wifionly.mk index b6060452..20361dec 100644 --- a/config/common_full_tablet_wifionly.mk +++ b/config/common_full_tablet_wifionly.mk @@ -8,3 +8,4 @@ PRODUCT_PACKAGES += \ # Include Lineage LatinIME dictionaries PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries +PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries