From 547d45cce30dc75976d805e86c3af88069ba5998 Mon Sep 17 00:00:00 2001 From: Rohit Rangwani Date: Tue, 3 Apr 2018 12:29:04 +0530 Subject: 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 --- rootdir/etc/init.qcom.rc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rootdir') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 9181d98..a6949dd 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -380,10 +380,6 @@ on post-fs-data chmod 2770 /data/vendor/perfd 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 mkdir /data/vendor/iop 0700 root system -- cgit v1.2.3