Start Vold on early-fs
We need vold on early-fs so we can handle userdata checkpointing.
Without this, devices will take an extra minute or two as checkpointing
related vdc calls attempt to reach vold before it is available.
Bug: 134114000
Test: Boot, see vold has started before vdc checkpointing tries to call
out to vold.
Change-Id: Idfdb304503a163fbb91f9317949eb98c06fecce1
This commit is contained in:
parent
0dff785221
commit
1be83e30c5
1 changed files with 4 additions and 1 deletions
|
|
@ -345,8 +345,11 @@ on late-init
|
|||
trigger early-boot
|
||||
trigger boot
|
||||
|
||||
on post-fs
|
||||
on early-fs
|
||||
# Once metadata has been mounted, we'll need vold to deal with userdata checkpointing
|
||||
start vold
|
||||
|
||||
on post-fs
|
||||
exec - system system -- /system/bin/vdc checkpoint markBootAttempt
|
||||
|
||||
# Once everything is setup, no need to modify /.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue