android_vendor_crdroid/config/common_full_phone.mk
Sebastiano Barezzi 82cb3dc497 config: Move LatinIME stuff to common_mobile*.mk
Change-Id: I5697e1cef84972a6a7f76b8c065e575e1ba17ef8
2024-08-11 16:27:47 +00:00

9 lines
279 B
Makefile

# Inherit mobile full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)
# Enable support of one-handed mode
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_one_handed_mode?=true
$(call inherit-product, vendor/lineage/config/telephony.mk)