ensure /data/tombstones exists on all Android devices am: e2796207ee
am: 9660c6759e
* commit '9660c6759e165ddbc91f823672ba9631199ae9dc':
ensure /data/tombstones exists on all Android devices
This commit is contained in:
commit
4d4eb0db97
|
@ -281,6 +281,7 @@ on post-fs-data
|
|||
mkdir /data/app-lib 0771 system system
|
||||
mkdir /data/app 0771 system system
|
||||
mkdir /data/property 0700 root root
|
||||
mkdir /data/tombstones 0771 system system
|
||||
|
||||
# create dalvik-cache, so as to enforce our permissions
|
||||
mkdir /data/dalvik-cache 0771 root root
|
||||
|
|
Loading…
Reference in New Issue