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

This commit is contained in:
Treehugger Robot 2019-05-10 22:00:23 +00:00 committed by Gerrit Code Review
commit d203a508ff

View file

@ -1,7 +1,4 @@
# 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 "$@"