bangkk: disable brightness slider gamma conversion
Change-Id: Ia9a9d8e98053bcdbfccbee5fe2bdb0b030e7b60f
This commit is contained in:
parent
28c9675347
commit
aab988cf01
2 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@ BOARD_SUPER_PARTITION_SIZE := 6710886400
|
|||
|
||||
# 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
|
||||
|
|
2
system_ext.prop
Normal file
2
system_ext.prop
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Display
|
||||
sys.brightness.disable_gamma_conversion=true
|
Loading…
Reference in a new issue