Merge "Create /mnt/pre_reboot_dexopt on init for Pre-reboot Dexopt." into main
This commit is contained in:
commit
59d9dc1f50
1 changed files with 3 additions and 0 deletions
|
|
@ -303,6 +303,9 @@ on init
|
|||
mkdir /mnt/runtime/full 0755 root root
|
||||
mkdir /mnt/runtime/full/self 0755 root root
|
||||
|
||||
# For Pre-reboot Dexopt
|
||||
mkdir /mnt/pre_reboot_dexopt 0755 artd artd
|
||||
|
||||
# Symlink to keep legacy apps working in multi-user world
|
||||
symlink /storage/self/primary /mnt/sdcard
|
||||
symlink /mnt/user/0/primary /mnt/runtime/default/self/primary
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue