7 lines
203 B
Bash
7 lines
203 B
Bash
#!/system/bin/sh
|
|
# Script to start "sthal_cli_3" on the device
|
|
#
|
|
base=/system
|
|
export CLASSPATH=$base/framework/sthal_cli_3.jar
|
|
exec app_process $base/bin android.hardware.soundtrigger3.cli.SthalCli "$@"
|