blob: a489960da8bb103d61a27a22432b7bc19af1d3b6 [file] [log] [blame]
Jackeagled6811aa2019-09-24 08:26:40 +02001# 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
Jackeagled6811aa2019-09-24 08:26:40 +02008# Include bliss LatinIME dictionaries
9PRODUCT_PACKAGE_OVERLAYS += vendor/bliss/overlay/dictionaries
Michael Bestas793385e2015-06-04 21:42:46 +030010
Arian21c46962021-10-11 17:15:40 +020011# Enable support of one-handed mode
12PRODUCT_PRODUCT_PROPERTIES += \
Michael Bestas9d23f5f2023-06-29 19:20:50 +030013 ro.support_one_handed_mode?=true
Arian21c46962021-10-11 17:15:40 +020014
Jackeagled6811aa2019-09-24 08:26:40 +020015$(call inherit-product, vendor/bliss/config/telephony.mk)