diff options
author | Nick Kralevich <nnk@google.com> | 2014-06-12 23:04:49 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-06-10 21:55:12 +0000 |
commit | 875dc8f3f31fe9f5ee42d900737149bdeb95f1c7 (patch) | |
tree | 6b1a262df452d33b60cb081aaf82bbdec03869f0 | |
parent | 59d16c9e9171f4367ad3a0516e7000c0d95e89cf (diff) | |
parent | 347ee511e44a4b6419c144917e079c78fde46f32 (diff) | |
download | system_core-875dc8f3f31fe9f5ee42d900737149bdeb95f1c7.zip system_core-875dc8f3f31fe9f5ee42d900737149bdeb95f1c7.tar.gz system_core-875dc8f3f31fe9f5ee42d900737149bdeb95f1c7.tar.bz2 |
Merge "Create /data/dalvik-cache/profiles"
-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 9aa52db..484bd10 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -257,6 +257,7 @@ on post-fs-data # create dalvik-cache, so as to enforce our permissions mkdir /data/dalvik-cache 0771 system system + mkdir /data/dalvik-cache/profiles 0711 system system # create resource-cache and double-check the perms mkdir /data/resource-cache 0771 system system |