From 2493d50328a99c725e7e690fcfd3efde88f86541 Mon Sep 17 00:00:00 2001 From: Lee George Thomas Date: Tue, 25 Jul 2023 15:07:17 -0700 Subject: [PATCH] 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 --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index d2499ef38..8f01d932b 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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