mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 03:52:11 +08:00
6eea281a19
* 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> old-commit-hash: 12948e661a6b6424739082ee614d81b4549c2753
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
|