sm7325-common: Implement xtra-daemon control via property
Default to false if the property is not set. Device init scripts will need to be adapted to restart loc_launcher service when property change is detected. Change-Id: Icbda789cd2a9a3391f437af2c07fc5127f2f09ab
This commit is contained in:
parent
104d9a6b48
commit
8cbf817fce
2 changed files with 16 additions and 0 deletions
|
|
@ -551,6 +551,9 @@ service loc_launcher /system/vendor/bin/loc_launcher
|
|||
user gps
|
||||
group gps
|
||||
|
||||
on property:persist.sys.xtra-daemon.enabled=*
|
||||
restart loc_launcher
|
||||
|
||||
service qcom-sh /vendor/bin/init.qcom.sh
|
||||
class late_start
|
||||
user root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue