summaryrefslogtreecommitdiffstats
path: root/config/common_full_phone.mk
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-06-04 21:42:46 +0300
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-06-04 21:28:29 +0000
commit793385eb7ea5b5c1c2807c86f53ed89ac0486ed1 (patch)
treefcbd48ecf9203e4222c90fdb8916abff70da7f1c /config/common_full_phone.mk
parentecc8b1785342b5c3c37f29a5f146a3f782f13608 (diff)
downloadvendor_replicant-793385eb7ea5b5c1c2807c86f53ed89ac0486ed1.zip
vendor_replicant-793385eb7ea5b5c1c2807c86f53ed89ac0486ed1.tar.gz
vendor_replicant-793385eb7ea5b5c1c2807c86f53ed89ac0486ed1.tar.bz2
Move LatinIME to phone/tablet configs
* Move LatinIME & dictionary overlay to exclude it from TV devices Change-Id: I926fe0a2c24ee3d2c807e1f584a37d57f1cbb8b5
Diffstat (limited to 'config/common_full_phone.mk')
-rw-r--r--config/common_full_phone.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/common_full_phone.mk b/config/common_full_phone.mk
index de2067a..252fe54 100644
--- a/config/common_full_phone.mk
+++ b/config/common_full_phone.mk
@@ -1,6 +1,13 @@
# 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
+
# Default notification/alarm sounds
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.notification_sound=Argon.ogg \