1 # This custom surfaceflinger.rc simply has `disabled' appended to it. 2 # Since we are using UML without a screen, and embedded.mk is the 3 # smallest mk file but still contains surfaceflinger, including this 4 # custom surfaceflinger.rc will disable surfaceflinger from running. 5 6 service surfaceflinger /system/bin/surfaceflinger 7 class core 8 user system 9 group graphics drmrpc readproc 10 onrestart restart zygote 11 writepid /dev/stune/foreground/tasks 12 disabled 13