Create staging directory for Staging Manager.
Staging Manager is a high-level service (yet to be committed) that manages multi-package sessions requiring a reboot to be applied, for example if one of the packages is an APEX file. This directory will contain the session data and the temporary copies of the packages. Bug: 118865310 Test: N/A Change-Id: I8aceefab849cf5af17086cb6868b801d1c2615e9
This commit is contained in:
parent
8478e56580
commit
22cdf96697
|
@ -545,6 +545,7 @@ on post-fs-data
|
|||
mkdir /data/anr 0775 system system
|
||||
|
||||
mkdir /data/apex 0770 root root
|
||||
mkdir /data/staging 0750 system system
|
||||
|
||||
# NFC: create data/nfc for nv storage
|
||||
mkdir /data/nfc 0770 nfc nfc
|
||||
|
|
Loading…
Reference in New Issue