android_vendor_crdroid/config/common_full_tablet_wifionly.mk
LuK1337 dae2f7afcb config: Exclude LatinIME dictionaries from RRO overlays
Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/4991

Change-Id: I7722ac86d9d3f02f393b2c120341db5a2b648ff5
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2022-08-08 19:36:17 +05:30

12 lines
369 B
Makefile

# Inherit full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full.mk)
# Required packages
PRODUCT_PACKAGES += \
androidx.window.extensions \
LatinIME
# Include Lineage LatinIME dictionaries
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries