summaryrefslogtreecommitdiff
path: root/surfaceflinger.rc
blob: 0f2cb32ecc5bff1a6b703488887004f3f60cd61b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This custom surfaceflinger.rc simply has `disabled' appended to it.
# Since we are using UML without a screen, and embedded.mk is the
# smallest mk file but still contains surfaceflinger, including this
# custom surfaceflinger.rc will disable surfaceflinger from running.

service surfaceflinger /system/bin/surfaceflinger
    class core
    user system
    group graphics drmrpc readproc
    onrestart restart zygote
    writepid /dev/stune/foreground/tasks
    disabled