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:
parent
7bb8a000a7
commit
aedac7e625
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue