ensure /data/tombstones exists on all Android device. DO NOT MERGE

am: 9c0ed66313

* commit '9c0ed663138138bb40396bfd350f137e5057277b':
  ensure /data/tombstones exists on all Android device. DO NOT MERGE
This commit is contained in:
Nick Kralevich 2016-02-24 19:11:38 +00:00 committed by android-build-merger
commit c61a896f20

View file

@ -252,6 +252,7 @@ on post-fs-data
mkdir /data/property 0700 root root
mkdir /data/ssh 0750 root shell
mkdir /data/ssh/empty 0700 root root
mkdir /data/tombstones 0771 system system
# create dalvik-cache, so as to enforce our permissions
mkdir /data/dalvik-cache 0771 system system