blob: 08014643ff265f06a28096ebc55139767ca0a385 [file] [log] [blame]
Ytai Ben-Tsvib97a2512021-03-18 16:07:39 -07001#!/system/bin/sh
2# Script to start "sthal_cli_2.4" on the device
3#
4base=/system
5export CLASSPATH=$base/framework/sthal_cli_2.4.jar
6exec app_process $base/bin android.hardware.soundtrigger.V2_4.cli.SthalCli "$@"
7