summaryrefslogtreecommitdiffstats
path: root/rootdir/init.rc
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2013-08-22 18:38:35 -0700
committerJeff Brown <jeffbrown@google.com>2013-08-22 18:38:35 -0700
commit46a24db563f46736f6e02c4d80656ab51d94ff77 (patch)
tree2a04c08d0b74d8bfc90bce2b514c2e60977baab5 /rootdir/init.rc
parent18860c524915bc991a9015bdbab32e918f5298d7 (diff)
downloadsystem_core-46a24db563f46736f6e02c4d80656ab51d94ff77.zip
system_core-46a24db563f46736f6e02c4d80656ab51d94ff77.tar.gz
system_core-46a24db563f46736f6e02c4d80656ab51d94ff77.tar.bz2
Remove input flinger stubs. (DO NOT MERGE)
Bug: 10446930 Change-Id: I88b926380dbe1e866c0b87ec95b3489d87c5907b
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r--rootdir/init.rc7
1 files changed, 0 insertions, 7 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 729879a..6140ba1 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -446,7 +446,6 @@ service servicemanager /system/bin/servicemanager
onrestart restart zygote
onrestart restart media
onrestart restart surfaceflinger
- onrestart restart inputflinger
onrestart restart drm
service vold /system/bin/vold
@@ -476,12 +475,6 @@ service surfaceflinger /system/bin/surfaceflinger
group graphics drmrpc
onrestart restart zygote
-service inputflinger /system/bin/inputflinger
- class main
- user system
- group input
- onrestart restart zygote
-
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
class main
socket zygote stream 660 root system