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

Commit 7b4bd88a authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

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

am: 9dedcc81

Change-Id: I2b851d9b6e8e60bd518fc209d263014c72c7c5b4
parents d2107eaf 9dedcc81
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 "$@"