wayne-common: 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:
Rohit Rangwani 2018-04-03 12:29:04 +05:30 committed by Isaac Chen
parent b7d6af20d7
commit 71ebc1623e

View file

@ -380,10 +380,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