Merge "recovery: reduce overall boot time"

This commit is contained in:
Treehugger Robot 2017-09-18 23:37:59 +00:00 committed by Gerrit Code Review
commit a815d3fb59
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,2 +1,2 @@
on post-fs
exec - system log -- /system/bin/recovery-refresh
exec_background - system log -- /system/bin/recovery-refresh