Files
hardware_interfaces/soundtrigger/2.3/cli/sthal_cli_2.3.sh
Cole Faust 7b6acb3f2d Fix module-file name collisions
Bazel doesn't allow a module and file with the same name.

Bug: 198619163
Test: Presubmits
Change-Id: I828de4265a247c93e778764d0ece54d4d1760daa
2022-09-05 17:56:28 -07:00

8 lines
212 B
Bash

#!/system/bin/sh
# Script to start "sthal_cli_2.3" on the device
#
base=/system
export CLASSPATH=$base/framework/sthal_cli_2.3.jar
exec app_process $base/bin android.hardware.soundtrigger.V2_3.cli.SthalCli "$@"