summaryrefslogtreecommitdiff
path: root/init.shamu.rc
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2014-09-02 18:31:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-02 18:31:35 +0000
commit3b5bec1504d85d731755fb51b509743ecc0e8051 (patch)
treece8ea0b0f5086b70ffad6945a77f5c3b535aedb1 /init.shamu.rc
parent6e9f8780ca3cde70dcf21ca529cb0ccc0c007230 (diff)
parenta32fdb3a1234ade69772b1ff9e18725422d24df4 (diff)
downloadshamu-3b5bec1504d85d731755fb51b509743ecc0e8051.tar.gz
Merge "Shamu: NFC: Create /data/nfc only on post-fs-data." into lmp-dev
Diffstat (limited to 'init.shamu.rc')
-rw-r--r--init.shamu.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.shamu.rc b/init.shamu.rc
index 4c8cd99e..527249d2 100644
--- a/init.shamu.rc
+++ b/init.shamu.rc
@@ -209,10 +209,6 @@ on boot
# an ack packet comes out of order
write /proc/sys/net/netfilter/nf_conntrack_tcp_be_liberal 1
- # NFC local data and nfcee xml storage
- mkdir /data/nfc 0770 nfc nfc
- mkdir /data/nfc/param 0770 nfc nfc
-
# Set the console loglevel to < KERN_INFO
# Set the default message loglevel to KERN_INFO
# write /proc/sys/kernel/printk "6 6 1 7"
@@ -309,6 +305,10 @@ on post-fs-data
#Create a folder for SRS to be able to create a usercfg file
mkdir /data/data/media 0770 media media
+ # NFC local data and nfcee xml storage
+ mkdir /data/nfc 0770 nfc nfc
+ mkdir /data/nfc/param 0770 nfc nfc
+
# Export GPIO56 for fusion targets to enable/disable hub
service usbhub_init /system/bin/usbhub_init
class late_start