sdm660-common: rootdir: Remove legacy ril-daemon rules
CRs-Fixed: 2791395 Change-Id: I57c9d9b2ea5b71b0d7296a6758ff8305b3903a08 Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
3678700bc7
commit
a7a76e8876
1 changed files with 0 additions and 3 deletions
|
@ -38,7 +38,6 @@ qcrild_status=true
|
|||
case "$baseband" in
|
||||
"apq" | "sda" | "qcs" )
|
||||
setprop ro.vendor.radio.noril yes
|
||||
stop ril-daemon
|
||||
stop vendor.ril-daemon
|
||||
stop vendor.qcrild
|
||||
esac
|
||||
|
@ -86,12 +85,10 @@ case "$baseband" in
|
|||
if [ "$qcrild_status" = "true" ]; then
|
||||
# Make sure both rild, qcrild are not running at same time.
|
||||
# This is possible with vanilla aosp system image.
|
||||
stop ril-daemon
|
||||
stop vendor.ril-daemon
|
||||
|
||||
start vendor.qcrild
|
||||
else
|
||||
start ril-daemon
|
||||
start vendor.ril-daemon
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue