Android Native library with dependencies(Experimental gradle plugin)

Hi guys,

I’m working on a small native library which depends on OpenCV. I’m able to link openCV modules as static libraries and everything works good. The client already uses openCV on its application project so link it in my library would introduce an unacceptable overhead. There is a way to make my library(.so) dependent to the OpenCv modules from the application project?

Thanks,

Sal