Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
2d35cf953a235c2bd47fd68aef0209a5b776f8d8
/
.
/
cmds
/
input
/
input
blob: 7f1a18e369c6999069ee294ed627b06fe9f24b08 [
file
] [
log
] [
blame
]
# 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
"$@"