mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Bazel doesn't allow a module and file with the same name. Bug: 198619163 Test: Presubmits Change-Id: I828de4265a247c93e778764d0ece54d4d1760daa
8 lines
212 B
Bash
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 "$@"
|
|
|