diff options
author | Nick Kralevich <nnk@google.com> | 2015-01-31 02:06:45 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-31 02:06:46 +0000 |
commit | d07555dba01d64011b0d611dd6d3b197b216c163 (patch) | |
tree | 5f62a1ea2446f5c8f03897fc2f32f7a13eb28700 /rootdir | |
parent | 6b1d86322eb300e65539eadc24a65f76a49997b9 (diff) | |
parent | 0359d778a564a5c63baba08a33484fb69eda4d1e (diff) | |
download | core-d07555dba01d64011b0d611dd6d3b197b216c163.tar.gz core-d07555dba01d64011b0d611dd6d3b197b216c163.tar.bz2 core-d07555dba01d64011b0d611dd6d3b197b216c163.zip |
Merge "ensure /data/tombstones exists on all Android devices"
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index dcdc6581b..2ae74098f 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -290,6 +290,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 |