diff options
author | Nick Kralevich <nnk@google.com> | 2015-01-31 07:49:28 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-31 07:49:28 +0000 |
commit | e1f62802f6bec8ecc89100a1bbbdc36b7d18985b (patch) | |
tree | ae55e6664c15868b20cfd93cac97ebfb398e5eeb | |
parent | 977e23397a8c7bc3b14c393664fcab05cd6267f6 (diff) | |
parent | d07555dba01d64011b0d611dd6d3b197b216c163 (diff) | |
download | core-e1f62802f6bec8ecc89100a1bbbdc36b7d18985b.tar.gz core-e1f62802f6bec8ecc89100a1bbbdc36b7d18985b.tar.bz2 core-e1f62802f6bec8ecc89100a1bbbdc36b7d18985b.zip |
am d07555db: Merge "ensure /data/tombstones exists on all Android devices"
* commit 'd07555dba01d64011b0d611dd6d3b197b216c163':
ensure /data/tombstones exists on all Android devices
-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 3c0b82016..32ca67309 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 |