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:
parent
35ab37bc16
commit
2df105a118
10 changed files with 2620 additions and 22 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue