You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
425 B
15 lines
425 B
1 year ago
|
on property:vendor.thermal.link_ready=1
|
||
|
# queue the trigger to start thermal-hal and continue execute
|
||
|
# per-device thermal setup "on property:vendor.thermal.link_ready=1"
|
||
|
trigger enable-thermal-hal
|
||
|
|
||
|
on enable-thermal-hal
|
||
|
restart vendor.thermal-hal
|
||
|
|
||
1 year ago
|
service vendor.thermal-hal /vendor/bin/hw/android.hardware.thermal-service.samsung
|
||
1 year ago
|
class hal
|
||
|
user system
|
||
|
group system
|
||
|
priority -20
|
||
|
disabled
|