• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1on boot
2    mkdir /dev/thermal 0750 system system
3    mkdir /dev/thermal/tz-by-name 0750 system system
4    mkdir /dev/thermal/cdev-by-name 0750 system system
5    start vendor.thermal.symlinks
6
7service vendor.thermal.symlinks /vendor/bin/thermal_symlinks
8    user system
9    group system
10    oneshot
11    disabled
12