summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-06-12 23:12:45 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-12 23:12:45 +0000
commitf8cb68e15ba242200e3525fffa2f969960e18a50 (patch)
treef5b8620238c05aae02f75d3e3e74f9c118d116ed /rootdir
parent44aadc4daf926155bf06bcf9d8f2daa96f861cdf (diff)
parent3bff77a8f90e673dbf41d97b7b842a3e4a6986bf (diff)
downloadsystem_core-f8cb68e15ba242200e3525fffa2f969960e18a50.zip
system_core-f8cb68e15ba242200e3525fffa2f969960e18a50.tar.gz
system_core-f8cb68e15ba242200e3525fffa2f969960e18a50.tar.bz2
am 3bff77a8: am 875dc8f3: Merge "Create /data/dalvik-cache/profiles"
* commit '3bff77a8f90e673dbf41d97b7b842a3e4a6986bf': Create /data/dalvik-cache/profiles
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 ea2b654..6db8cb0 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -261,6 +261,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