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:
Kaushik Sadashiva Reddy 2020-10-02 10:06:02 -07:00 committed by pix106
parent 3678700bc7
commit a7a76e8876

View file

@ -38,7 +38,6 @@ qcrild_status=true
case "$baseband" in case "$baseband" in
"apq" | "sda" | "qcs" ) "apq" | "sda" | "qcs" )
setprop ro.vendor.radio.noril yes setprop ro.vendor.radio.noril yes
stop ril-daemon
stop vendor.ril-daemon stop vendor.ril-daemon
stop vendor.qcrild stop vendor.qcrild
esac esac
@ -86,12 +85,10 @@ case "$baseband" in
if [ "$qcrild_status" = "true" ]; then if [ "$qcrild_status" = "true" ]; then
# Make sure both rild, qcrild are not running at same time. # Make sure both rild, qcrild are not running at same time.
# This is possible with vanilla aosp system image. # This is possible with vanilla aosp system image.
stop ril-daemon
stop vendor.ril-daemon stop vendor.ril-daemon
start vendor.qcrild start vendor.qcrild
else else
start ril-daemon
start vendor.ril-daemon start vendor.ril-daemon
fi fi