summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2017-11-21 10:35:34 -0800
committerTom Cherry <tomcherry@google.com>2017-11-21 10:35:34 -0800
commit5702c418166023dc7b5b28906f4c4d4fcadccb53 (patch)
treef04ec785c428a2ceda3cd80e431d0e1250e45062
parent03ef97504bde162fc5465772f3b54c7ff038a40a (diff)
downloadbullhead-5702c418166023dc7b5b28906f4c4d4fcadccb53.tar.gz
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: I4c404f8e77253ee074016105619d7375edc73055
-rw-r--r--init.bullhead.rc2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.bullhead.rc b/init.bullhead.rc
index a85712d..4127607 100644
--- a/init.bullhead.rc
+++ b/init.bullhead.rc
@@ -227,9 +227,7 @@ on post-fs-data
mkdir /data/connectivity 0771 system system
# NFC: create data/nfc for nv storage
- mkdir /data/nfc 0770 nfc nfc
mkdir /data/vendor/nfc 0770 nfc nfc
- mkdir /data/nfc/param 0770 nfc nfc
# use qcril.db to handle Ecc and load MBN
copy /system/etc/qcril.db /data/misc/radio/qcril.db