blob: f157c50276542dec58766fb2541200bfa570c9b5 [file] [log] [blame]
#!/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 "$@"