See build/soong/README.md for more information. Bug: 122332340 Test: m media Test: m RunBackupFrameworksServicesRoboTests Change-Id: Ieb54feb3902bddfd5a571369fbf50161ae646647
8 lines
223 B
Bash
Executable File
8 lines
223 B
Bash
Executable File
#!/system/bin/sh
|
|
# Script to start "media_cmd" on the device, which has a very rudimentary
|
|
# shell.
|
|
#
|
|
base=/system
|
|
export CLASSPATH=$base/framework/media.jar
|
|
exec app_process $base/bin com.android.commands.media.Media "$@"
|