mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-11 12:22:14 +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
|
|
|