LRX21M.vC1O-0
[GitHub/mt8127/ttab-system.git] / system / bin / media
CommitLineData
d05bb22f
S
1# Script to start "media_cmd" on the device, which has a very rudimentary
2# shell.
3#
4base=/system
5export CLASSPATH=$base/framework/media_cmd.jar
6exec app_process $base/bin com.android.commands.media.Media "$@"