How to bundle openCV *.so files into libopencv_java3.so (or single *.so file) ?
Hi
I am trying to build opencv4.1.1+opencv_contrib modules 4.1.1 with android NDK r20. Think I am almost there: went through Cmake configure/generate, compilation of shared libs 100% OK for arm64-v8a. Even install step seems to generate required resources but I am not sure of one thing:
I was used to include prebuilt libopencv_java3.so, so I expected that my build would end up with that lib, but I have 46 *.so files in build output folder ? I am probably missing an option in Cmake configuration or there is something I missed completely (new to openCV build so entirely possible) ?
Thanks for your help!