Merge "Move mkdir /data/nfc/... to rootdir init.rc" am: fa65396ca2
am: 4b3bcf2a10
Change-Id: Ifad2fea72b32d4128a7bd9049a1d4e41e462dff3
This commit is contained in:
commit
77ad3f58ae
1 changed files with 4 additions and 0 deletions
|
@ -485,6 +485,10 @@ on post-fs-data
|
|||
|
||||
mkdir /data/anr 0775 system system
|
||||
|
||||
# NFC: create data/nfc for nv storage
|
||||
mkdir /data/nfc 0770 nfc nfc
|
||||
mkdir /data/nfc/param 0770 nfc nfc
|
||||
|
||||
# Create all remaining /data root dirs so that they are made through init
|
||||
# and get proper encryption policy installed
|
||||
mkdir /data/backup 0700 system system
|
||||
|
|
Loading…
Reference in a new issue