mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-01 14:16:48 +08:00
12948e661a
* refactor alerts * doesn't go here anymore * soudd * handle controls unresponsive * same check * fix path * update sound test * nice * fix c2 * add script * update tests Co-authored-by: Comma Device <device@comma.ai>
4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
exec ./_soundd
|