10 lines
247 B
Makefile
10 lines
247 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
|
|
|
# Required CM packages
|
|
PRODUCT_PACKAGES += \
|
|
LatinIME
|
|
|
|
# Include CM LatinIME dictionaries
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
|