You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
389 B
16 lines
389 B
# do mount_all early can imporve boot time when FBE
|
|
# is enabled
|
|
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
|
|
|
|
# Mount RW partitions which need run fsck
|
|
mount_all /vendor/etc/fstab.${ro.hardware} --late
|