common: Update thermal start up script
The thermal start up script, based on the target will start thermald or thermal-engine. Change-Id: I0aa9a69f16a2637f26f50c9e105df044bc95ecd4
This commit is contained in:
parent
fbae4b9421
commit
54e9e5e713
|
@ -127,7 +127,7 @@ INIT := init.qcom.composition_type.sh
|
||||||
INIT += init.target.8x25.sh
|
INIT += init.target.8x25.sh
|
||||||
INIT += init.qcom.mdm_links.sh
|
INIT += init.qcom.mdm_links.sh
|
||||||
INIT += init.qcom.modem_links.sh
|
INIT += init.qcom.modem_links.sh
|
||||||
INIT += init.qcom.thermald_conf.sh
|
INIT += init.qcom.thermal_conf.sh
|
||||||
INIT += init.qcom.sensor.sh
|
INIT += init.qcom.sensor.sh
|
||||||
INIT += init.target.rc
|
INIT += init.target.rc
|
||||||
INIT += init.qcom.bt.sh
|
INIT += init.qcom.bt.sh
|
||||||
|
|
|
@ -56,8 +56,8 @@ if [ -f /system/etc/init.qcom.mdm_links.sh ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run thermal script
|
# Run thermal script
|
||||||
if [ -f /system/etc/init.qcom.thermald_conf.sh ]; then
|
if [ -f /system/etc/init.qcom.thermal_conf.sh ]; then
|
||||||
/system/bin/sh /system/etc/init.qcom.thermald_conf.sh
|
/system/bin/sh /system/etc/init.qcom.thermal_conf.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run wifi script
|
# Run wifi script
|
||||||
|
|
Loading…
Reference in New Issue