For my project, I am using openCV library api in my source code. SO I optimized the module of opencv library (I keep only required module ie: core,imgcodecs,imgproc,highgui,ml and videoio) and I combined these modules together and I created one .so file.Now I have one .so and one executable. My question is how to combine this .so and executable and create one .so file.
Please help me on this. Thanks in advance.