blob: ba919bb7760b540d9b21356f8543a01b2ffe0e97 [file] [log] [blame]
Sebastiano Barezzie8ee89e2024-07-21 15:45:31 +02001# Inherit mobile full common Bliss stuff
2$(call inherit-product, vendor/bliss/config/common_mobile_full.mk)
codeworkxdd5be362012-03-03 02:38:07 +01003
Arian21c46962021-10-11 17:15:40 +02004# Enable support of one-handed mode
5PRODUCT_PRODUCT_PROPERTIES += \
Michael Bestas9d23f5f2023-06-29 19:20:50 +03006 ro.support_one_handed_mode?=true
Arian21c46962021-10-11 17:15:40 +02007
Jackeagled6811aa2019-09-24 08:26:40 +02008$(call inherit-product, vendor/bliss/config/telephony.mk)