Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d203a508 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Clean up copy & paste from frameworks/base/cmds."

parents 9426110d e98971c0
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
# Script to start "deployagent" on the device, which has a very rudimentary
# shell.
#
#!/system/bin/sh
base=/data/local/tmp
export CLASSPATH=$base/deployagent.jar
exec app_process $base com.android.fastdeploy.DeployAgent "$@"