14 lines
441 B
Makefile
14 lines
441 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
|
|
|
|
# Inherit tablet common Lineage stuff
|
|
$(call inherit-product, vendor/lineage/config/tablet.mk)
|
|
|
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
|
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/foldable_book
|