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

This reverts commit 2df105a118.

Reason for revert: break build of ripcurrentpro

Change-Id: I0e9fa3a59f5b8cd14e9a9e450b6c1508aace73ba
This commit is contained in:
Zheng Pan 2023-10-17 05:58:42 +00:00 committed by Android (Google) Code Review
parent 2df105a118
commit 2741e1dcdb
10 changed files with 22 additions and 2620 deletions

View file

@ -38,10 +38,3 @@ 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,10 +38,3 @@ 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,10 +38,3 @@ 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"