blob: 27111cdcc6c9b42c7ec0ac05fb93bd9d1ace1e6f [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001# Script to start "am" on the device, which has a very rudimentary
2# shell.
3#
4base=/system
5export CLASSPATH=$base/framework/svc.jar
6exec app_process $base/bin com.android.commands.svc.Svc $*
7