Android->device: add property:fireflywdt.active for watchdog

This commit is contained in:
lizs
2018-12-20 16:44:12 +08:00
committed by cjp
parent 4128b7f668
commit b32005d630
2 changed files with 7 additions and 0 deletions

View File

@ -203,5 +203,10 @@ service vm_daemon /system/xbin/vm --daemon
seclabel u:r:su:s0
oneshot
on property:fireflywdt.active=true
write /dev/watchdog 0
on property:fireflywdt.active=false
write /dev/watchdog V

View File

@ -75,6 +75,8 @@
/dev/pvrsrvkm 0666 system system
/dev/pvr_sync 0666 system system
# for watchdog
/dev/watchdog 0666 system system
#for DRM
/dev/rknand_sys_storage 0660 system system