5517e01a9e
Keep the largest bootanimation extracted and resize it at build-time. Change-Id: Iee32f18440ff955d13ed85b273e97cbd540721fc
12 lines
293 B
Makefile
12 lines
293 B
Makefile
# 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)
|