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

am: 9dedcc81ad

Change-Id: I2b851d9b6e8e60bd518fc209d263014c72c7c5b4
This commit is contained in:
Elliott Hughes 2019-05-10 17:12:42 -07:00 committed by android-build-merger
commit 7b4bd88aa0

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