mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
Bazel doesn't allow a module and file with the same name. Bug: 198619163 Test: Presubmits Change-Id: I828de4265a247c93e778764d0ece54d4d1760daa
7 lines
203 B
Bash
7 lines
203 B
Bash
#!/system/bin/sh
|
|
# Script to start "sthal_cli_3" on the device
|
|
#
|
|
base=/system
|
|
export CLASSPATH=$base/framework/sthal_cli_3.jar
|
|
exec app_process $base/bin android.hardware.soundtrigger3.cli.SthalCli "$@"
|