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

Test: treehugger
Change-Id: I337e6f7e48d4debfce010ad4b6f9fcb860c13fb7
This commit is contained in:
Elliott Hughes 2019-05-09 22:05:13 -07:00
parent d662792de5
commit e98971c06e

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