init.rc: create /data/misc/reboot for storing reboot reason

Create /data/misc/reboot if not already.

Bug: 30994946
Test: manual: reboot command; modified thermal-engine.conf
Change-Id: I66418beba539f76759b44742af7700f26a2c1f87
This commit is contained in:
Todd Poynor 2017-02-07 20:03:04 -08:00
parent cee583bc53
commit 44ee2b0ef8
1 changed files with 1 additions and 0 deletions

View File

@ -402,6 +402,7 @@ on post-fs-data
mkdir /data/misc/boottrace 0771 system shell
mkdir /data/misc/update_engine 0700 root root
mkdir /data/misc/trace 0700 root root
mkdir /data/misc/reboot 0700 root root
# profile file layout
mkdir /data/misc/profiles 0771 system system
mkdir /data/misc/profiles/cur 0771 system system