summaryrefslogtreecommitdiffstats
path: root/cmds/input/input
blob: fa9dced0482ddf0aa8ea18be8b25943cdfea4074 (plain)
1
2
3
4
5
6
7
# Script to start "input" on the device, which has a very rudimentary
# shell.
#
base=/system
export CLASSPATH=$base/framework/input.jar
exec app_process $base/bin com.android.commands.input.Input $*