Sign in
coral
/
android-core
/
87882c0a00cf52a69773126aa2d78e17a5200ae9
/
.
/
adb
/
fastdeploy
/
deployagent
/
deployagent.sh
blob: 4f17eb701f63eb196a041c1d49bc493436416030 [
file
] [
log
] [
blame
]
# Script to start "deployagent" on the device, which has a very rudimentary
# shell.
#
base
=/
data
/
local
/
tmp
export CLASSPATH
=
$base
/
deployagent
.
jar
exec app_process $base com
.
android
.
fastdeploy
.
DeployAgent
"$@"