blob: 47e7845a54d80baaac1dfd4f2d6c23527ab9749d (
plain)
1
2
3
4
5
6
7
8
9
|
# Inherit common CM stuff
$(call inherit-product, vendor/cm/config/common_full.mk)
# Required CM packages
PRODUCT_PACKAGES += \
LatinIME
# Include CM LatinIME dictionaries
PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
|