Home | History | Annotate | Download | only in am
      1 #!/system/bin/sh
      2 #
      3 # Script to start "am" on the device, which has a very rudimentary
      4 # shell.
      5 #
      6 base=/system
      7 export CLASSPATH=$base/framework/am.jar
      8 exec app_process $base/bin com.android.commands.am.Am "$@"
      9 
     10