blob: 6ee8c00475ace3ba6221141020f1165a2c2db147 [file] [log] [blame]
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +00001# Inherit common CM stuff
Andreas Schneidera69dc022012-08-28 12:21:46 +02002$(call inherit-product, vendor/cm/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
9PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
10
Zhao Wei Liewe2ec4c62016-12-03 09:55:11 +080011ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
12 PRODUCT_COPY_FILES += \
13 vendor/cm/prebuilt/common/bootanimation/480.zip:system/media/bootanimation.zip
14endif
15
Ricardo Cerqueira53df1df2013-10-29 17:48:25 +000016$(call inherit-product, vendor/cm/config/telephony.mk)