summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-01-31 02:06:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-31 02:06:46 +0000
commitd07555dba01d64011b0d611dd6d3b197b216c163 (patch)
tree5f62a1ea2446f5c8f03897fc2f32f7a13eb28700 /rootdir
parent6b1d86322eb300e65539eadc24a65f76a49997b9 (diff)
parent0359d778a564a5c63baba08a33484fb69eda4d1e (diff)
downloadsystem_core-d07555dba01d64011b0d611dd6d3b197b216c163.zip
system_core-d07555dba01d64011b0d611dd6d3b197b216c163.tar.gz
system_core-d07555dba01d64011b0d611dd6d3b197b216c163.tar.bz2
Merge "ensure /data/tombstones exists on all Android devices"
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index dcdc658..2ae7409 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