From 22cdf96697f1cb1efceb67b4facb65e5b17fbee4 Mon Sep 17 00:00:00 2001 From: Dario Freni Date: Thu, 20 Dec 2018 14:31:32 +0000 Subject: [PATCH] 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 --- rootdir/init.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index 6fb1a8b0f..483fc5160 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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