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

Commit ef76c810 authored by Josh Yang's avatar Josh Yang
Browse files

Create /data/bootanim folder in init.rc.

This folder is used to host bootanim data files.

Bug: 210757252
Test: /data/bootanim is correctly created.
Change-Id: I5019a92df4526865d53797bfd93cd68c3e6d2886
parent fcf3fefe
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -914,6 +914,9 @@ on post-fs-data
    exec - media_rw media_rw -- /system/bin/chattr +F /data/media
    mkdir /data/media/obb 0770 media_rw media_rw encryption=Attempt

    # Create directories for boot animation.
    mkdir /data/bootanim 0755 system system encryption=None

    exec_start derive_sdk

    init_user0