int.rc: Change cnd daemon path to vendor partition
As per Android-O architecture, cnd dameon is moved to vendor partition. Updating the path to change the path to new vendor binary Change-Id: Ia692af706e663e5837e7856212c4b5acca4c4361 CRs-Fixed: 2002881
This commit is contained in:
parent
f6d1c75c26
commit
cc33efa87f
|
@ -496,7 +496,7 @@ on property:vold.decrypt=trigger_restart_framework
|
|||
on property:persist.env.fastdorm.enabled=true
|
||||
setprop persist.radio.data_no_toggle 1
|
||||
|
||||
service cnd /system/bin/cnd
|
||||
service cnd /system/vendor/bin/cnd
|
||||
class main
|
||||
socket cnd stream 660 root inet
|
||||
|
||||
|
|
Loading…
Reference in New Issue