OSDN Git Service

Merge cherrypicks of [4025538, 4025981, 4025580, 4024762, 4024763, 4025174, 4026015...
[android-x86/frameworks-base.git] / cmds / input / input
1 # Script to start "input" on the device, which has a very rudimentary
2 # shell.
3 #
4 base=/system
5 export CLASSPATH=$base/framework/input.jar
6 exec app_process $base/bin com.android.commands.input.Input "$@"
7