diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2017-11-04 12:19:24 +0100 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-11-04 18:37:14 +0100 |
commit | a18ae7d8278f9be32946f3f67dbf0c49add82b31 (patch) | |
tree | 316fbb052cfd2bd518f837d4304a3edc30f07853 /rootdir/etc/init.qcom.sh | |
parent | b2701cb5383ea7bba8ad85919ee81547a2914c06 (diff) |
msm8996-common: Move bin files to vendor [2/2]
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir/etc/init.qcom.sh')
-rwxr-xr-x | rootdir/etc/init.qcom.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/etc/init.qcom.sh b/rootdir/etc/init.qcom.sh index 848f11e..3feaec5 100755 --- a/rootdir/etc/init.qcom.sh +++ b/rootdir/etc/init.qcom.sh @@ -80,7 +80,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" | "294" | "295") start msm_irqbalance;; @@ -90,7 +90,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 } |