It's completely broken as of Android 12L. Make it available only on devices that inherit from full_phone configs. Change-Id: I1b5d39e09b6223c78c4afb7b4480c654d848c36b
17 lines
463 B
Makefile
17 lines
463 B
Makefile
# Inherit full common Lineage stuff
|
|
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
|
|
|
# Required packages
|
|
PRODUCT_PACKAGES += \
|
|
LatinIME \
|
|
NavigationBarMode2ButtonOverlay
|
|
|
|
# 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)
|