diff options
| author | Cosmin Tanislav <demonsingur@gmail.com> | 2025-02-28 01:03:09 +0200 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2025-05-05 05:23:16 +0300 |
| commit | 6de3dac873447593f647edcc6ef65a04217571f1 (patch) | |
| tree | 573cc30d8c403b1920a33481f7906a67771e0a2a | |
| parent | 67908e52ca63fde34b4c713f8ac811d2f319186d (diff) | |
miami: disable brightness slider gamma conversion
Change-Id: Ia9a9d8e98053bcdbfccbee5fe2bdb0b030e7b60f
| -rw-r--r-- | BoardConfig.mk | 1 | ||||
| -rw-r--r-- | system_ext.prop | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 679a47a..e3a8bb6 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -35,6 +35,7 @@ BOARD_SUPER_PARTITION_SIZE := 9529458688 # Properties TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop +TARGET_SYSTEM_EXT_PROP += $(DEVICE_PATH)/system_ext.prop TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop # Recovery diff --git a/system_ext.prop b/system_ext.prop new file mode 100644 index 0000000..78d29e6 --- /dev/null +++ b/system_ext.prop @@ -0,0 +1,2 @@ +# Display +sys.brightness.disable_gamma_conversion=true |
