From 8bad0865eaa23bd316f5fbec94b9191a358112e7 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Tue, 21 Nov 2017 10:32:36 -0800 Subject: [PATCH] Move mkdir /data/nfc/... to rootdir init.rc These are directories used by the system so they should be created by the system. Test: treehugger Change-Id: I4c2d381423e002705f4de09d34a63a49ec473688 Signed-off-by: Alberto97 --- 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 d300d65..0ab3de1 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -474,10 +474,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/misc/iop 0770 root system