replicant-vendor_replicant/config/common_full_phone.mk

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)