summaryrefslogtreecommitdiff
path: root/surfaceflinger.rc
diff options
context:
space:
mode:
authorQuang Luong <qal@google.com>2017-07-18 22:59:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-18 22:59:13 +0000
commit582b0c6c51c98a5261f9fe296238b1a1747ea590 (patch)
treed2b5ee7a5784bfe230ded6eb01317147627da3bf /surfaceflinger.rc
parentc2e8fa7d294d2b83bbe6054dd7b94139517e8637 (diff)
parentf89f595f320c26d6713af72193ca832a7ff3733b (diff)
downloaduml-582b0c6c51c98a5261f9fe296238b1a1747ea590.tar.gz
uml: initial revision am: 4f11280e3d am: 550354ab2c am: 5244a3f1b0oreo-mr1-dev
am: f89f595f32 Change-Id: I5bbbd963c95636215cb20239aaf172e947fed593
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