Sebastiano Barezzi | e8ee89e | 2024-07-21 15:45:31 +0200 | [diff] [blame] | 1 | # Inherit mobile full common Bliss stuff |
| 2 | $(call inherit-product, vendor/bliss/config/common_mobile_full.mk) |
codeworkx | dd5be36 | 2012-03-03 02:38:07 +0100 | [diff] [blame] | 3 | |
Arian | 21c4696 | 2021-10-11 17:15:40 +0200 | [diff] [blame] | 4 | # Enable support of one-handed mode |
| 5 | PRODUCT_PRODUCT_PROPERTIES += \ |
Michael Bestas | 9d23f5f | 2023-06-29 19:20:50 +0300 | [diff] [blame] | 6 | ro.support_one_handed_mode?=true |
Arian | 21c4696 | 2021-10-11 17:15:40 +0200 | [diff] [blame] | 7 | |
Jackeagle | d6811aa | 2019-09-24 08:26:40 +0200 | [diff] [blame] | 8 | $(call inherit-product, vendor/bliss/config/telephony.mk) |