summaryrefslogtreecommitdiffstats
path: root/config/common_full_phone.mk
blob: 94798dc5062fca9f076f1e5b1b6238fa3c330532 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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

$(call inherit-product, vendor/cm/config/telephony.mk)