clover: Remove NFC data directory creation
Removed NFC data directory creation to fix vendor_init access denial issue. NFC data directoty is already being created by system core init.rc. Change-Id: I7ebb88dc7b2df988a8af477baa81fe9253030ffb
This commit is contained in:
parent
0314f89167
commit
4b5bb89d4f
1 changed files with 0 additions and 4 deletions
|
@ -396,10 +396,6 @@ on post-fs-data
|
||||||
chmod 2770 /data/vendor/perfd
|
chmod 2770 /data/vendor/perfd
|
||||||
rm /data/vendor/perfd/default_values
|
rm /data/vendor/perfd/default_values
|
||||||
|
|
||||||
# NFC local data and nfcee xml storage
|
|
||||||
mkdir /data/nfc 0770 nfc nfc
|
|
||||||
mkdir /data/nfc/param 0770 nfc nfc
|
|
||||||
|
|
||||||
#Create IOP deamon related dirs
|
#Create IOP deamon related dirs
|
||||||
mkdir /data/vendor/iop 0700 root system
|
mkdir /data/vendor/iop 0700 root system
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue