summaryrefslogtreecommitdiffstats
path: root/cmds/svc/svc
blob: 27111cdcc6c9b42c7ec0ac05fb93bd9d1ace1e6f (plain)
1
2
3
4
5
6
7
# Script to start "am" on the device, which has a very rudimentary
# shell.
#
base=/system
export CLASSPATH=$base/framework/svc.jar
exec app_process $base/bin com.android.commands.svc.Svc $*