33fe58bd58
Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/4991 Change-Id: I7722ac86d9d3f02f393b2c120341db5a2b648ff5
13 lines
430 B
Makefile
13 lines
430 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
|
|
|
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|