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