mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
99b637c7ce
old-commit-hash: c025b96e8a
6 lines
215 B
Bash
Executable File
6 lines
215 B
Bash
Executable File
#!/bin/sh
|
|
export LD_LIBRARY_PATH="/data/pythonpath/phonelibs/snpe/aarch64-android-clang3.8:$LD_LIBRARY_PATH"
|
|
export ADSP_LIBRARY_PATH="/data/pythonpath/phonelibs/snpe/aarch64-android-clang3.8/"
|
|
exec ./_monitoringd
|
|
|