commit | 6657d2248e902289476c4b937f5d6a1585c95ec2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jul 18 17:48:00 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Sat Jul 18 17:48:00 2015 +0000 |
tree | 3f72aa5b07222c985a37528c42f6893670cad179 | |
parent | 5403d155a3677ff334246eb5524ced4166fd1c96 [diff] | |
parent | 069f62de20f83226801e9a43c372ba34d3c3c12f [diff] |
am 069f62de: Merge "Fix N9 boot." * commit '069f62de20f83226801e9a43c372ba34d3c3c12f': Fix N9 boot.
diff --git a/rootdir/init.rc b/rootdir/init.rc index be5292a..b7a593f 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -17,6 +17,9 @@ # Set the security context of /adb_keys if present. restorecon /adb_keys + # Shouldn't be necessary, but sdcard won't start without it. http://b/22568628. + mkdir /mnt 0775 root system + start ueventd on init