From 4b5bb89d4f40404e5c9d60e64c65f55f5980fc95 Mon Sep 17 00:00:00 2001 From: Rohit Rangwani Date: Tue, 3 Apr 2018 12:29:04 +0530 Subject: [PATCH] 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 --- rootdir/etc/init.qcom.rc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 9a744d8..6f56829 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -396,10 +396,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