Create directory to store pre-reboot information before reboot

Bug: 145203410
Test: Built and flashed, checked directory was created
Change-Id: Ic4d43fba62301bde23bec459b5b8b6332be2b6dc
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 5fbad75..21297b2 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -614,6 +614,8 @@
     mkdir /data/misc/apexdata 0711 root root
     mkdir /data/misc/apexrollback 0700 root root
     mkdir /data/misc/snapshotctl_log 0770 root root
+    # create location to store pre-reboot information
+    mkdir /data/misc/prereboot 0700 system system
 
     mkdir /data/preloads 0775 system system encryption=None