Merge "Create /data/dalvik-cache/profiles"

This commit is contained in:
Nick Kralevich 2014-06-12 23:04:49 +00:00 committed by Gerrit Code Review
commit 875dc8f3f3

View file

@ -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