summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorAndres Morales <anmorales@google.com>2014-08-26 23:04:48 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-26 23:04:48 +0000
commit22b27ad718418bc86a4d5232ea7b6d5866fc2c93 (patch)
tree0c09773adf227419f9ac537163fd2da4da0cc68f /rootdir
parent2afd61f7f185a394a94995ed3b063d1dc6d190ba (diff)
parentc28be8be68a55a50f20b42101f0f33d558f8a548 (diff)
downloadsystem_core-22b27ad718418bc86a4d5232ea7b6d5866fc2c93.zip
system_core-22b27ad718418bc86a4d5232ea7b6d5866fc2c93.tar.gz
system_core-22b27ad718418bc86a4d5232ea7b6d5866fc2c93.tar.bz2
am c28be8be: am 314313a9: Move bootanim and surfaceflinger to class core
* commit 'c28be8be68a55a50f20b42101f0f33d558f8a548': Move bootanim and surfaceflinger to class core
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 8f17ebc..5e61715 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -554,7 +554,7 @@ service ril-daemon /system/bin/rild
group radio cache inet misc audio log
service surfaceflinger /system/bin/surfaceflinger
- class main
+ class core
user system
group graphics drmrpc
onrestart restart zygote
@@ -591,7 +591,7 @@ service encrypt /system/bin/vdc --wait cryptfs enablecrypto inplace default
# encryption)
service bootanim /system/bin/bootanimation
- class main
+ class core
user graphics
group graphics
disabled