LRX21M.vC1O-0
[GitHub/mt8127/ttab-system.git] / system / bin / am
CommitLineData
d05bb22f
S
1#!/system/bin/sh
2#
3# Script to start "am" on the device, which has a very rudimentary
4# shell.
5#
6base=/system
7export CLASSPATH=$base/framework/am.jar
8exec app_process $base/bin com.android.commands.am.Am "$@"
9