am c28be8be: am 314313a9: Move bootanim and surfaceflinger to class core
* commit 'c28be8be68a55a50f20b42101f0f33d558f8a548': Move bootanim and surfaceflinger to class core
This commit is contained in:
commit
22b27ad718
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue