blob: 5ed802f515bde6f2c20275a196df31693f91ab0f [file] [log] [blame]
Jackeaglecf6f4de2019-09-24 04:07:22 -04001# Inherit full common Bliss stuff
2$(call inherit-product, vendor/bliss/config/common_full.mk)
codeworkxdd5be362012-03-03 02:38:07 +01003
Luca Stefani5c60e4f2017-08-17 19:28:48 +02004# Required packages
Michael Bestas793385e2015-06-04 21:42:46 +03005PRODUCT_PACKAGES += \
6 LatinIME
7
Luca Stefani5c60e4f2017-08-17 19:28:48 +02008# Include Lineage LatinIME dictionaries
Jackeaglecf6f4de2019-09-24 04:07:22 -04009PRODUCT_PACKAGE_OVERLAYS += vendor/bliss/overlay/dictionaries
Michael Bestas793385e2015-06-04 21:42:46 +030010
Jackeaglecf6f4de2019-09-24 04:07:22 -040011$(call inherit-product, vendor/bliss/config/telephony.mk)