Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
2f1654d95b1baead5e244cc140dbd71c11f175ed
/
.
/
cmds
/
input
/
input
blob: 54ab94762e5cd73d0090f9775c771705459da9fe [
file
] [
log
] [
blame
]
#!/system/bin/sh
# 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
"$@"