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

Commit e98971c0 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

Test: treehugger
Change-Id: I337e6f7e48d4debfce010ad4b6f9fcb860c13fb7
parent d662792d
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 "$@"