am revision abc25e3679a9de2625eadf3e3050a6973f7a6c71
1# Script to start "am" on the device, which has a very rudimentary
2# shell.
3#
4base=/system
5export CLASSPATH=$base/framework/am.jar
6exec app_process $base/bin com.android.commands.am.Am "$@"
7
8