Merge "thermal: add more trigger sensor for device" into udc-qpr-dev

This commit is contained in:
Peter (YM) 2023-08-24 00:55:16 +00:00 committed by Android (Google) Code Review
commit 8e184e600f

View file

@ -37,6 +37,12 @@ on post-fs-data
chmod 644 /mnt/vendor/persist/audio/speaker.cal chmod 644 /mnt/vendor/persist/audio/speaker.cal
# Thermal # Thermal
on property:vendor.thermal.link_ready=1
chown system system /dev/thermal/tz-by-name/charger_therm/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/charger_therm/trip_point_0_hyst
chown system system /dev/thermal/tz-by-name/modem_therm/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/modem_therm/trip_point_0_hyst
on property:ro.boot.hardware.revision=PROTO1.0 on property:ro.boot.hardware.revision=PROTO1.0
setprop vendor.thermal.config "thermal_info_config_proto.json" setprop vendor.thermal.config "thermal_info_config_proto.json"