#!/system/bin/sh
base=/product
export CLASSPATH=$base/framework/apm.jar
exec app_process $base/bin com.android.commands.apm.Apm "$@"