blob: 08014643ff265f06a28096ebc55139767ca0a385 [file] [log] [blame]
#!/system/bin/sh
# Script to start "sthal_cli_2.4" on the device
#
base=/system
export CLASSPATH=$base/framework/sthal_cli_2.4.jar
exec app_process $base/bin android.hardware.soundtrigger.V2_4.cli.SthalCli "$@"