diff options
author | Andres Morales <anmorales@google.com> | 2014-08-26 23:04:48 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-26 23:04:48 +0000 |
commit | 22b27ad718418bc86a4d5232ea7b6d5866fc2c93 (patch) | |
tree | 0c09773adf227419f9ac537163fd2da4da0cc68f /rootdir | |
parent | 2afd61f7f185a394a94995ed3b063d1dc6d190ba (diff) | |
parent | c28be8be68a55a50f20b42101f0f33d558f8a548 (diff) | |
download | system_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.rc | 4 |
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 |