4768246a43
Pixel Fold disables this Change-Id: Ia5a369d75a356800ea8792fe290094ec99b4ad64
16 lines
503 B
Makefile
16 lines
503 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
|
|
PRODUCT_ENFORCE_RRO_EXCLUDED_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)
|