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

am: d203a508ff

Change-Id: I80b97bf9fb01cf0e20614fb558cc1d20f8aec49d
This commit is contained in:
Elliott Hughes 2019-05-10 15:41:58 -07:00 committed by android-build-merger
commit 9dedcc81ad
1 changed files with 1 additions and 4 deletions

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 "$@"