Ytai Ben-Tsvi | b97a251 | 2021-03-18 16:07:39 -0700 | [diff] [blame] | 1 | #!/system/bin/sh |
2 | # Script to start "sthal_cli_2.4" on the device | ||||
3 | # | ||||
4 | base=/system | ||||
5 | export CLASSPATH=$base/framework/sthal_cli_2.4.jar | ||||
6 | exec app_process $base/bin android.hardware.soundtrigger.V2_4.cli.SthalCli "$@" | ||||
7 |