From 933bc0a3d12e24cc2845507dd70d7c5d1cbe28c5 Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Wed, 4 Nov 2015 14:59:41 +0000 Subject: [PATCH] Don't create profiles directory under dalvik-cache. Bug: 24698874 Bug: 17173268 Change-Id: Ic81258a8df90818fa6b4ee64fd1507ac18fe3f04 --- rootdir/init.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 38c686df7..a9a18bd84 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -314,7 +314,6 @@ on post-fs-data # create dalvik-cache, so as to enforce our permissions mkdir /data/dalvik-cache 0771 root root - mkdir /data/dalvik-cache/profiles 0711 system system # create resource-cache and double-check the perms mkdir /data/resource-cache 0771 system system