Create directory to store pre-reboot information before reboot

Bug: 145203410
Test: Built and flashed, checked directory was created
Change-Id: Ic4d43fba62301bde23bec459b5b8b6332be2b6dc
This commit is contained in:
Jerry Chang 2020-01-02 10:57:30 +08:00
parent 7bb8a000a7
commit aedac7e625
1 changed files with 2 additions and 0 deletions

View File

@ -614,6 +614,8 @@ on post-fs-data
mkdir /data/misc/apexdata 0711 root root
mkdir /data/misc/apexrollback 0700 root root
mkdir /data/misc/snapshotctl_log 0770 root root
# create location to store pre-reboot information
mkdir /data/misc/prereboot 0700 system system
mkdir /data/preloads 0775 system system encryption=None