mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 07:40:34 +00:00
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
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
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
|