OSDN Git Service

am eb4d136e: am a5365ed9: am ac605c84: Merge "docs: Updated L Preview Overview and...
[android-x86/frameworks-base.git] / cmds / svc / svc
1 # Script to start "am" on the device, which has a very rudimentary
2 # shell.
3 #
4 base=/system
5 export CLASSPATH=$base/framework/svc.jar
6 exec app_process $base/bin com.android.commands.svc.Svc $*
7