summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2013-08-22 19:34:04 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-22 19:34:04 -0700
commit8ca2bf084209cf121f1d4b011ad4db3e35f35c82 (patch)
tree3b3094beaa789ae1db98b41c92bb7cc30a6c592c
parent3b46298c98afe239d069b3bee8acfac28f0088fc (diff)
parent46a24db563f46736f6e02c4d80656ab51d94ff77 (diff)
downloadsystem_core-8ca2bf084209cf121f1d4b011ad4db3e35f35c82.zip
system_core-8ca2bf084209cf121f1d4b011ad4db3e35f35c82.tar.gz
system_core-8ca2bf084209cf121f1d4b011ad4db3e35f35c82.tar.bz2
am 46a24db5: Remove input flinger stubs. (DO NOT MERGE)
* commit '46a24db563f46736f6e02c4d80656ab51d94ff77': Remove input flinger stubs. (DO NOT MERGE)
-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