hange every occurence of vendor exutables launched from /system

These are to be launched from /vendor instead of /system.
Most of them have already been moved to /vendor

Change-Id: Id9e011b45e267df387102a58d957798275da25a6
This commit is contained in:
Vara Prasad A V S G 2017-06-11 02:31:06 +05:30
parent d98cd9ffc2
commit 0a4affd32e
2 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@ start_vm_bms()
start_msm_irqbalance_8939()
{
if [ -f /system/bin/msm_irqbalance ]; then
if [ -f /system/vendor/bin/msm_irqbalance ]; then
case "$platformid" in
"239" | "293" | "294" | "295" | "304" | "313")
start msm_irqbalance;;
@ -91,7 +91,7 @@ start_msm_irqbalance_8939()
start_msm_irqbalance()
{
if [ -f /system/bin/msm_irqbalance ]; then
if [ -f /system/vendor/bin/msm_irqbalance ]; then
start msm_irqbalance
fi
}

View File

@ -53,12 +53,12 @@ fi
# Run modem link script
if [ -f /system/etc/init.qcom.modem_links.sh ]; then
/system/bin/sh /system/etc/init.qcom.modem_links.sh
/system/vendor/bin/init.qcom.modem_links.sh
fi
# Run mdm link script
if [ -f /system/etc/init.qcom.mdm_links.sh ]; then
/system/bin/sh /system/etc/init.qcom.mdm_links.sh
/system/vendor/bin/init.qcom.mdm_links.sh
fi
# Run wifi script
@ -68,7 +68,7 @@ fi
# Run the sensor script
if [ -f /system/etc/init.qcom.sensor.sh ]; then
/system/bin/sh /system/etc/init.qcom.sensor.sh
/system/vendor/bin/init.qcom.sensor.sh
fi
touch /system/etc/boot_fixup