Create /data/misc/bootanim folder in init.rc.
This folder is used to host bootanim data files. Bug: 210757252 Test: /data/misc/bootanim is correctly created. Change-Id: I9c9949316d073ad7ebac503f097c5fee6c0b2a22
This commit is contained in:
parent
60dbdaa3fa
commit
2493d50328
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ on post-fs-data
|
|||
perform_apex_config
|
||||
|
||||
# Create directories for boot animation.
|
||||
mkdir /data/bootanim 0755 system system encryption=DeleteIfNecessary
|
||||
mkdir /data/misc/bootanim 0755 system system encryption=DeleteIfNecessary
|
||||
|
||||
exec_start derive_sdk
|
||||
|
||||
|
|
Loading…
Reference in a new issue