phonelibs -> third_party (#22477)
* git mv to third_party * find and replace * fix release tests * update pre-commit * update tici bins * update eon bins Co-authored-by: Comma Device <device@comma.ai>pull/22483/head
parent
5f2e82dc8a
commit
5b641379ae
775 changed files with 95 additions and 95 deletions
@ -1,3 +1,3 @@ |
||||
phonelibs/mapbox-gl-native-qt/x86_64/** |
||||
third_party/mapbox-gl-native-qt/x86_64/** |
||||
|
||||
phonelibs/qt-plugins/x86_64/** |
||||
third_party/qt-plugins/x86_64/** |
||||
|
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@ |
||||
#!/bin/sh -e |
||||
clang++ -I /data/openpilot/phonelibs/snpe/include/ -L/data/pythonpath/phonelibs/snpe/aarch64 -lSNPE benchmark.cc -o benchmark |
||||
export LD_LIBRARY_PATH="/data/pythonpath/phonelibs/snpe/aarch64/:$HOME/openpilot/phonelibs/snpe/x86_64/:$LD_LIBRARY_PATH" |
||||
clang++ -I /data/openpilot/third_party/snpe/include/ -L/data/pythonpath/third_party/snpe/aarch64 -lSNPE benchmark.cc -o benchmark |
||||
export LD_LIBRARY_PATH="/data/pythonpath/third_party/snpe/aarch64/:$HOME/openpilot/third_party/snpe/x86_64/:$LD_LIBRARY_PATH" |
||||
exec ./benchmark $1 |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@ |
||||
#!/bin/sh |
||||
cd "$(dirname "$0")" |
||||
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH" |
||||
export QT_PLUGIN_PATH="../../phonelibs/qt-plugins/$(uname -m)" |
||||
export QT_PLUGIN_PATH="../../third_party/qt-plugins/$(uname -m)" |
||||
exec ./_ui |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue