Remove inputflinger.rc as init file

This is left over from an uncompleted attempt to convert
InputFlinger to it's own process. Once the selinux changes
to allow inputflinger go in, it seems that without this change
we actually try to start an InputFlinger process only to have it
harmlessly crash.

Bug: 80101428
Bug: 113136004
Bug: 111440400
Test: Boots
Change-Id: I82079a4b5916f48a7c15bcd7be2d2810ebefefd5
diff --git a/services/inputflinger/host/Android.bp b/services/inputflinger/host/Android.bp
index 0e48f24..cbe0190 100644
--- a/services/inputflinger/host/Android.bp
+++ b/services/inputflinger/host/Android.bp
@@ -62,6 +62,4 @@
     static_libs: [
         "libarect",
     ],
-
-    init_rc: ["inputflinger.rc"],
 }