Ytai Ben-Tsvi | 64027cb | 2021-03-19 11:12:35 -0700 | [diff] [blame] | 1 | #!/system/bin/sh |
2 | # Script to start "sthal_cli_3" on the device | ||||
3 | # | ||||
4 | base=/system | ||||
5 | export CLASSPATH=$base/framework/sthal_cli_3.jar | ||||
6 | exec app_process $base/bin android.hardware.soundtrigger3.cli.SthalCli "$@" |