config: Exclude LatinIME dictionaries from RRO overlays

Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/4991
Change-Id: I7722ac86d9d3f02f393b2c120341db5a2b648ff5
This commit is contained in:
LuK1337
2022-08-07 21:30:09 +02:00
committed by Łukasz Patron
parent 60ff8bcd9e
commit 33fe58bd58
3 changed files with 3 additions and 0 deletions

View File

@@ -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 += \

View File

@@ -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)

View File

@@ -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