Merge "recovery: reduce overall boot time"
This commit is contained in:
commit
a815d3fb59
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
on post-fs-data
|
||||
mkdir /data/misc/recovery 0770 system log
|
||||
exec - system log -- /system/bin/recovery-persist
|
||||
exec_background - system log -- /system/bin/recovery-persist
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
on post-fs
|
||||
exec - system log -- /system/bin/recovery-refresh
|
||||
exec_background - system log -- /system/bin/recovery-refresh
|
||||
|
|
Loading…
Reference in a new issue