blob: a482a4351582dc28b319a707ed4e1529d326fd40 [file] [log] [blame]
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +00001# Inherit common CM stuff
Dan Pasanen91f76202017-07-06 08:21:30 -05002$(call inherit-product, vendor/lineage/config/common_full.mk)
codeworkxdd5be362012-03-03 02:38:07 +01003
Michael Bestas793385e2015-06-04 21:42:46 +03004# Required CM packages
5PRODUCT_PACKAGES += \
6 LatinIME
7
8# Include CM LatinIME dictionaries
Dan Pasanen91f76202017-07-06 08:21:30 -05009PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
Michael Bestas793385e2015-06-04 21:42:46 +030010
Dan Pasanen91f76202017-07-06 08:21:30 -050011$(call inherit-product, vendor/lineage/config/telephony.mk)