mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: rootdir: Create efs nfc dirs
* Taken from stock init.rc Signed-off-by: SamarV-121 <samarvispute121@gmail.com> Change-Id: I35b7890363a743902da458bc555b745a27e9204a
This commit is contained in:
parent
44ba529c7f
commit
ba5a120ecf
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ on post-fs-data
|
|||
# NFC
|
||||
mkdir /data/vendor/nfc 0770 nfc nfc
|
||||
|
||||
# NFC: create /efs/sec_efs/nfc and /efs/nfc for nv storage
|
||||
mkdir /efs/sec_efs/nfc 0700 nfc nfc
|
||||
mkdir /efs/nfc 0700 nfc nfc
|
||||
|
||||
# TEEGRIS service
|
||||
mkdir /data/vendor/tee 0700 system system
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue