Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59d9dc1f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Create /mnt/pre_reboot_dexopt on init for Pre-reboot Dexopt." into main

parents 98c2d78b 699f2791
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -303,6 +303,9 @@ on init
    mkdir /mnt/runtime/full 0755 root root
    mkdir /mnt/runtime/full 0755 root root
    mkdir /mnt/runtime/full/self 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 to keep legacy apps working in multi-user world
    symlink /storage/self/primary /mnt/sdcard
    symlink /storage/self/primary /mnt/sdcard
    symlink /mnt/user/0/primary /mnt/runtime/default/self/primary
    symlink /mnt/user/0/primary /mnt/runtime/default/self/primary