GPS: Starts gpsone_daemon at boot up for 8960 target
Changes to init.qcom.sh to launch the GpsOne Daemon at boot-up for the 8960 targets in order to service assistance server connection requests from the modem. CRs-Fixed: 399608 Change-Id: I91b9f8131290cb4f309fb466227514750a4c09f6
This commit is contained in:
parent
eabdf6be00
commit
75652ba45e
|
@ -74,7 +74,7 @@ done
|
||||||
# Start gpsone_daemon for SVLTE Type I & II devices
|
# Start gpsone_daemon for SVLTE Type I & II devices
|
||||||
#
|
#
|
||||||
case "$target" in
|
case "$target" in
|
||||||
"msm7630_fusion")
|
"msm7630_fusion" | "msm8960")
|
||||||
start gpsone_daemon
|
start gpsone_daemon
|
||||||
esac
|
esac
|
||||||
case "$baseband" in
|
case "$baseband" in
|
||||||
|
|
Loading…
Reference in New Issue