summaryrefslogtreecommitdiffstats
path: root/cmds/media/media
blob: 11944426b316d24b4385d4c2b215b486f3909e52 (plain)
1
2
3
4
5
6
# Script to start "media_cmd" on the device, which has a very rudimentary
# shell.
#
base=/system
export CLASSPATH=$base/framework/media_cmd.jar
exec app_process $base/bin com.android.commands.media.Media "$@"