20 lines
451 B
Plaintext
20 lines
451 B
Plaintext
# do mount_all early can imporve boot time when FBE
|
|
# is enabled
|
|
on early-fs
|
|
start vold
|
|
|
|
on fs
|
|
mount_all /vendor/etc/fstab.${ro.hardware} --early
|
|
|
|
on late-fs
|
|
# Start services for bootanim
|
|
start servicemanager
|
|
start hwcomposer-2-1
|
|
start gralloc-2-0
|
|
start surfaceflinger
|
|
start bootanim
|
|
|
|
exec_start wait_for_keymaster
|
|
# Mount RW partitions which need run fsck
|
|
mount_all /vendor/etc/fstab.${ro.hardware} --late
|