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

config

Bug: 304936256
Test: Tested on Proto1.0 KM4, CM4 devices

Change-Id: I68a192f3f217453a7413f703dce24f8ef2c27caa
Signed-off-by: Ramya Subramanian <rsubr@google.com>
This commit is contained in:
Ramya Subramanian 2023-10-16 17:56:30 +00:00
parent 35ab37bc16
commit 2df105a118
10 changed files with 2620 additions and 22 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"

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"

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"