Ricardo Cerqueira | e1f3738 | 2011-11-27 19:56:54 +0000 | [diff] [blame] | 1 | # Inherit common CM stuff |
Dan Pasanen | 91f7620 | 2017-07-06 08:21:30 -0500 | [diff] [blame^] | 2 | $(call inherit-product, vendor/lineage/config/common_full.mk) |
codeworkx | dd5be36 | 2012-03-03 02:38:07 +0100 | [diff] [blame] | 3 | |
Michael Bestas | 793385e | 2015-06-04 21:42:46 +0300 | [diff] [blame] | 4 | # Required CM packages |
| 5 | PRODUCT_PACKAGES += \ |
| 6 | LatinIME |
| 7 | |
| 8 | # Include CM LatinIME dictionaries |
Dan Pasanen | 91f7620 | 2017-07-06 08:21:30 -0500 | [diff] [blame^] | 9 | PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries |
Michael Bestas | 793385e | 2015-06-04 21:42:46 +0300 | [diff] [blame] | 10 | |
Dan Pasanen | 91f7620 | 2017-07-06 08:21:30 -0500 | [diff] [blame^] | 11 | $(call inherit-product, vendor/lineage/config/telephony.mk) |