Merge "Create folder to store nfc snoop data" am: b5e565d29b
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1398417 Change-Id: I34161c1e1ec7f99622fcc9453178614e5899bcc2
This commit is contained in:
commit
9d23c2da47
1 changed files with 2 additions and 0 deletions
|
|
@ -601,6 +601,8 @@ on post-fs-data
|
||||||
chown bluetooth bluetooth /data/misc/bluedroid/bt_config.conf
|
chown bluetooth bluetooth /data/misc/bluedroid/bt_config.conf
|
||||||
mkdir /data/misc/bluetooth 0770 bluetooth bluetooth
|
mkdir /data/misc/bluetooth 0770 bluetooth bluetooth
|
||||||
mkdir /data/misc/bluetooth/logs 0770 bluetooth bluetooth
|
mkdir /data/misc/bluetooth/logs 0770 bluetooth bluetooth
|
||||||
|
mkdir /data/misc/nfc 0770 nfc nfc
|
||||||
|
mkdir /data/misc/nfc/logs 0770 nfc nfc
|
||||||
mkdir /data/misc/credstore 0700 credstore credstore
|
mkdir /data/misc/credstore 0700 credstore credstore
|
||||||
mkdir /data/misc/keystore 0700 keystore keystore
|
mkdir /data/misc/keystore 0700 keystore keystore
|
||||||
mkdir /data/misc/gatekeeper 0700 system system
|
mkdir /data/misc/gatekeeper 0700 system system
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue