gs101: Disable system group boost in off charger mode

Bug: 193192017
Test: build pass
Change-Id: Ieb5ff22808f22eb5796950d427986f352d748839
This commit is contained in:
Rick Yiu 2021-07-27 15:55:12 +08:00
parent 20c4f4090c
commit e05964f062

View file

@ -901,6 +901,8 @@ on charger
mkdir /dev/thermal/tz-by-name 0750 system system mkdir /dev/thermal/tz-by-name 0750 system system
mkdir /dev/thermal/cdev-by-name 0750 system system mkdir /dev/thermal/cdev-by-name 0750 system system
start vendor.thermal.symlinks start vendor.thermal.symlinks
write /sys/kernel/vendor_sched/sys_uclamp_min 0
write /sys/kernel/vendor_sched/sys_prefer_idle 0
# Launch thermal hal in off charging mode # Launch thermal hal in off charging mode
on charger && property:vendor.thermal.link_ready=1 on charger && property:vendor.thermal.link_ready=1