diff --git a/config/common_full_foldable_book_telephony.mk b/config/common_full_foldable_book_telephony.mk new file mode 100644 index 00000000..f1904dd9 --- /dev/null +++ b/config/common_full_foldable_book_telephony.mk @@ -0,0 +1,11 @@ +# 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)