blob: 1d426bc8c8e1255479f47b874dc4f7581882a7bb [file] [log] [blame]
Andy McFaddenc0046f22013-09-04 15:39:51 -07001#!/system/bin/sh
2#
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08003# Script to start "am" on the device, which has a very rudimentary
4# shell.
5#
6base=/system
7export CLASSPATH=$base/framework/am.jar
Dan Egnorabc25e32009-05-13 19:22:08 -07008exec app_process $base/bin com.android.commands.am.Am "$@"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009