blob: f157c50276542dec58766fb2541200bfa570c9b5 [file] [log] [blame]
Ytai Ben-Tsvi64027cb2021-03-19 11:12:35 -07001#!/system/bin/sh
2# Script to start "sthal_cli_3" on the device
3#
4base=/system
5export CLASSPATH=$base/framework/sthal_cli_3.jar
6exec app_process $base/bin android.hardware.soundtrigger3.cli.SthalCli "$@"