am 3bff77a8: am 875dc8f3: Merge "Create /data/dalvik-cache/profiles"

* commit '3bff77a8f90e673dbf41d97b7b842a3e4a6986bf':
  Create /data/dalvik-cache/profiles
This commit is contained in:
Nick Kralevich 2014-06-12 23:12:45 +00:00 committed by Android Git Automerger
commit f8cb68e15b

View file

@ -261,6 +261,7 @@ on post-fs-data
# create dalvik-cache, so as to enforce our permissions # create dalvik-cache, so as to enforce our permissions
mkdir /data/dalvik-cache 0771 system system mkdir /data/dalvik-cache 0771 system system
mkdir /data/dalvik-cache/profiles 0711 system system
# create resource-cache and double-check the perms # create resource-cache and double-check the perms
mkdir /data/resource-cache 0771 system system mkdir /data/resource-cache 0771 system system