blob: 54c2d394be2c329e4d81233da8d326ff99820f01 [file] [log] [blame]
Andy McFaddenc0046f22013-09-04 15:39:51 -07001#!/system/bin/sh
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002
Dianne Hackborn28824062016-10-18 13:19:20 -07003if [ "$1" != "instrument" ] ; then
4 cmd activity "$@"
5else
6 base=/system
7 export CLASSPATH=$base/framework/am.jar
8 exec app_process $base/bin com.android.commands.am.Am "$@"
9fi