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. Merged-In: Idfdb304503a163fbb91f9317949eb98c06fecce1 Change-Id: Idfdb304503a163fbb91f9317949eb98c06fecce1
This commit is contained in:
parent
b89a4434ba
commit
c6e8972588
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…
Reference in a new issue