mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[Android] support fastdeploy with armeabi-v7a and arm64-v8a (#268)
* [Andorid] support fastdeploy with armeabi-v7a and arm64-v8a * [Android] support fastdeploy with armeabi-v7a and arm64-v8a * [cmake] fixed custom opencv_directory error for android
This commit is contained in:
+10
-8
@@ -1,4 +1,3 @@
|
||||
fastdeploy/libs/lib*
|
||||
build
|
||||
cmake-build-debug
|
||||
cmake-build-release
|
||||
@@ -12,11 +11,14 @@ fastdeploy_gpu_python.egg-info
|
||||
.setuptools-cmake-build
|
||||
fastdeploy/version.py
|
||||
fastdeploy/core/config.h
|
||||
fastdeploy/c_lib_wrap.py
|
||||
fastdeploy/LICENSE*
|
||||
fastdeploy/ThirdPartyNotices*
|
||||
python/fastdeploy/c_lib_wrap.py
|
||||
python/fastdeploy/LICENSE*
|
||||
python/fastdeploy/ThirdPartyNotices*
|
||||
*.so*
|
||||
fastdeploy/libs/third_libs
|
||||
csrc/fastdeploy/core/config.h
|
||||
csrc/fastdeploy/pybind/main.cc
|
||||
__pycache__
|
||||
fpython/astdeploy/libs/third_libs
|
||||
fastdeploy/core/config.h
|
||||
fastdeploy/pybind/main.cc
|
||||
python/fastdeploy/libs/lib*
|
||||
__pycache__
|
||||
build_fastdeploy_android.sh
|
||||
python/scripts/process_libraries.py
|
||||
Reference in New Issue
Block a user