The graphics hal might need to access /persist early in the boot process. So mount persist early for 4K devices. Test: boot 4K device Bug: 338504890 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:73a68dd6d3794ed8a4e791f2c86c4e55a61ea2aa) Merged-In: I4b2a0a61ebaff5d85a4daac445d81ae3d21aa9c3 Change-Id: I4b2a0a61ebaff5d85a4daac445d81ae3d21aa9c3
6 lines
163 B
Text
6 lines
163 B
Text
on early-init
|
|
mount_all /vendor/etc/fstab.persist --early
|
|
setprop ro.vendor.persist.status mounted
|
|
|
|
on late-fs
|
|
mount_all /vendor/etc/fstab.efs --early
|