summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-01-31 07:49:28 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-31 07:49:28 +0000
commite1f62802f6bec8ecc89100a1bbbdc36b7d18985b (patch)
treeae55e6664c15868b20cfd93cac97ebfb398e5eeb /rootdir
parent977e23397a8c7bc3b14c393664fcab05cd6267f6 (diff)
parentd07555dba01d64011b0d611dd6d3b197b216c163 (diff)
downloadsystem_core-e1f62802f6bec8ecc89100a1bbbdc36b7d18985b.zip
system_core-e1f62802f6bec8ecc89100a1bbbdc36b7d18985b.tar.gz
system_core-e1f62802f6bec8ecc89100a1bbbdc36b7d18985b.tar.bz2
am d07555db: Merge "ensure /data/tombstones exists on all Android devices"
* commit 'd07555dba01d64011b0d611dd6d3b197b216c163': 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 3c0b820..32ca673 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -283,6 +283,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