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.
17 lines
555 B
17 lines
555 B
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
|
|
start vendor.thermal-hal-2-0
|
|
|
|
service vendor.thermal-hal-2-0 /vendor/bin/hw/android.hardware.thermal@2.0-service.pixel
|
|
interface android.hardware.thermal@1.0::IThermal default
|
|
interface android.hardware.thermal@2.0::IThermal default
|
|
class hal
|
|
user system
|
|
group system
|
|
priority -20
|
|
disabled
|