This reverts commit e2ec4c6051
.
* New build server(s) will be able to support this
Change-Id: I990297e6db7aa6076199bb6344328e704b1d4ebe
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)
|