[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:
DefTruth
2022-09-22 19:10:14 +08:00
committed by GitHub
parent 000d2c4617
commit 189646f08f
7 changed files with 207 additions and 51 deletions
+10 -8
View File
@@ -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