platform_vendor_tequila/config/common_full_phone.mk
Arian 127800a6b3
config: Enable support of one-handed mode for phone targets
Change-Id: Iab7de339e449d396d19783cfc254d540b600a33a
2021-10-15 15:10:10 +02:00

15 lines
425 B
Makefile

# Inherit full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full.mk)
# Required packages
PRODUCT_PACKAGES += \
LatinIME
# Include Lineage LatinIME dictionaries
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
# Enable support of one-handed mode
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_one_handed_mode=true
$(call inherit-product, vendor/lineage/config/telephony.mk)