Reapply "thermal: separate out proto and EVT config due to differences in rail"

This reverts commit 2741e1dcdb.
Test: Tested on RCPro, CM4/KM4 proto devices
Change-Id: I5dda1c21d215dcfff757b73275f9fc3eac31a19a

Bug: 304936256
Change-Id: I72e6dd09d9443fec8a49fc0c7f7310455946f086
This commit is contained in:
Ramya Subramanian 2023-10-17 20:44:47 +00:00 committed by Zheng Pan
parent d7676715eb
commit cddaacbecf
10 changed files with 2623 additions and 21 deletions

View file

@ -38,3 +38,10 @@ on post-fs-data
# Bluetooth
on post-fs-data
chown bluetooth system /proc/bluetooth/timesync
# Thermal
on late-init && property:ro.boot.hardware.revision=PROTO1.0
setprop vendor.thermal.config "thermal_info_config_proto.json"
on late-init && property:ro.boot.hardware.revision=PROTO1.1
setprop vendor.thermal.config "thermal_info_config_proto.json"