Remove rt_uclamp_min and sf_uclamp_min
rt_uclamp_min and sf_uclamp_min have been made redundant in Pixel by ADPF for sf, so we are just going to remove them outright rather than worrying about overriding them later Bug: 285248880 Test: manual Change-Id: I8935e0ba342dcaa3131cec75a2d15d229d0c31a4
This commit is contained in:
parent
4eadc8cf16
commit
58841ff9b8
1 changed files with 0 additions and 8 deletions
|
@ -83,14 +83,6 @@ on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_complet
|
||||||
on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_completed=1
|
on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_completed=1
|
||||||
write /sys/devices/virtual/goog_touch_interface/gti.0/screen_protector_mode_enabled 1
|
write /sys/devices/virtual/goog_touch_interface/gti.0/screen_protector_mode_enabled 1
|
||||||
|
|
||||||
# Override SF and RE uclamps to 0 on boot after being set elsewhere, for adpf cpu hints
|
|
||||||
on property:sys.boot_completed=1
|
|
||||||
trigger override-sf-uclamp
|
|
||||||
|
|
||||||
on override-sf-uclamp
|
|
||||||
write /proc/vendor_sched/rt_uclamp_min 0
|
|
||||||
write /proc/vendor_sched/sf_uclamp_min 0
|
|
||||||
|
|
||||||
# For Japan sku, always enforce camera shutter sound
|
# For Japan sku, always enforce camera shutter sound
|
||||||
# Since this property is read by the audio server in system service,
|
# Since this property is read by the audio server in system service,
|
||||||
# it should be written by the system init.
|
# it should be written by the system init.
|
||||||
|
|
Loading…
Reference in a new issue