summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--surfaceflinger.rc12
-rw-r--r--uml.mk2
2 files changed, 0 insertions, 14 deletions
diff --git a/surfaceflinger.rc b/surfaceflinger.rc
deleted file mode 100644
index 0f2cb32..0000000
--- a/surfaceflinger.rc
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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
diff --git a/uml.mk b/uml.mk
index fe9d206..70fc5c1 100644
--- a/uml.mk
+++ b/uml.mk
@@ -25,7 +25,6 @@ PRODUCT_CHARACTERISTICS := nosdcard
PRODUCT_COPY_FILES += $(LOCAL_PATH)/fstab.uml:root/fstab.uml
PRODUCT_COPY_FILES += $(LOCAL_PATH)/init.uml.rc:root/init.uml.rc
-PRODUCT_COPY_FILES += $(LOCAL_PATH)/surfaceflinger.rc:system/etc/init/surfaceflinger.rc
PRODUCT_COPY_FILES += $(LOCAL_PATH)/init.eth0.sh:system/bin/init.eth0.sh
PRODUCT_PACKAGES += \
@@ -91,7 +90,6 @@ PRODUCT_PACKAGES += \
servicemanager \
shell_and_utilities \
storaged \
- surfaceflinger \
thermalserviced \
tombstoned \
tzdatacheck \