Ricardo Cerqueira | e1f3738 | 2011-11-27 19:56:54 +0000 | [diff] [blame] | 1 | # Inherit common CM stuff |
Andreas Schneider | a69dc02 | 2012-08-28 12:21:46 +0200 | [diff] [blame] | 2 | $(call inherit-product, vendor/cm/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 |
| 9 | PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries |
| 10 | |
Zhao Wei Liew | e2ec4c6 | 2016-12-03 09:55:11 +0800 | [diff] [blame] | 11 | ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space)) |
| 12 | PRODUCT_COPY_FILES += \ |
| 13 | vendor/cm/prebuilt/common/bootanimation/480.zip:system/media/bootanimation.zip |
| 14 | endif |
| 15 | |
Ricardo Cerqueira | 53df1df | 2013-10-29 17:48:25 +0000 | [diff] [blame] | 16 | $(call inherit-product, vendor/cm/config/telephony.mk) |