diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-09-18 23:37:59 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-09-18 23:37:59 +0000 |
commit | a815d3fb59ed876fff399206fc92a223afc17d3f (patch) | |
tree | 460ef072de2a07f2a1c49cb01a3126d8a1c0261a | |
parent | ca5a0713073b3e93dc4a037c8ab75cb22b22babc (diff) | |
parent | 61744b95d049f78ee1483b1a8f421e95a91725fa (diff) | |
download | android_bootable_recovery-a815d3fb59ed876fff399206fc92a223afc17d3f.tar.gz android_bootable_recovery-a815d3fb59ed876fff399206fc92a223afc17d3f.tar.bz2 android_bootable_recovery-a815d3fb59ed876fff399206fc92a223afc17d3f.zip |
Merge "recovery: reduce overall boot time"
-rw-r--r-- | recovery-persist.rc | 2 | ||||
-rw-r--r-- | recovery-refresh.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recovery-persist.rc b/recovery-persist.rc index 6761627d..135a3c33 100644 --- a/recovery-persist.rc +++ b/recovery-persist.rc @@ -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 diff --git a/recovery-refresh.rc b/recovery-refresh.rc index 14b05cca..9fefc819 100644 --- a/recovery-refresh.rc +++ b/recovery-refresh.rc @@ -1,2 +1,2 @@ on post-fs - exec - system log -- /system/bin/recovery-refresh + exec_background - system log -- /system/bin/recovery-refresh |