Create directory for snapshots of DE_sys apex data.
This creates the /data/misc/apexrollback directory which will hold snapshots of DE_sys apex data directories (i.e. it will hold backups of data from /data/misc/apexdata for particular apexes). See go/apex-data-directories for details. Bug: 141148175 Test: Built and flashed, checked directory was created. Change-Id: If45377a9b29cc1f52dd08ea1339829e3bb3032e9
This commit is contained in:
parent
13e51e7f0b
commit
4370ff58ae
1 changed files with 1 additions and 0 deletions
|
@ -580,6 +580,7 @@ on post-fs-data
|
|||
mkdir /data/misc/gcov 0770 root root
|
||||
mkdir /data/misc/installd 0700 root root
|
||||
mkdir /data/misc/apexdata 0700 root root
|
||||
mkdir /data/misc/apexrollback 0700 root root
|
||||
|
||||
mkdir /data/preloads 0775 system system encryption=None
|
||||
|
||||
|
|
Loading…
Reference in a new issue