summaryrefslogtreecommitdiffstats
path: root/surfaceflinger.rc
diff options
context:
space:
mode:
Diffstat (limited to 'surfaceflinger.rc')
-rw-r--r--surfaceflinger.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/surfaceflinger.rc b/surfaceflinger.rc
new file mode 100644
index 0000000..0f2cb32
--- /dev/null
+++ b/surfaceflinger.rc
@@ -0,0 +1,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