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