Remove apparently meaningless comment that's been copy & pasted all over. Remove trailing whitespace. Consistently use "$@". Inline single-use constant. Test: treehugger Change-Id: Ie3b3e285cd35ecff9e6fdb7144fe4bbd04e42452
4 lines
129 B
Bash
Executable File
4 lines
129 B
Bash
Executable File
#!/system/bin/sh
|
|
export CLASSPATH=/system/framework/input.jar
|
|
exec app_process /system/bin com.android.commands.input.Input "$@"
|