Android how to remove unnecessary modules?
OpenCV modules has cross dependencies to each other. I need only improc and core modules in a Android project but there are a lot of other files related with other modules. I do not want to add them in my repository. Is it possible to remove all unnecessary modules and related files? And do you know that how R8 shrinker and code optimizer works on that does it remove all unused parts of opencv?
You must disbale module and compile sdk yourself
Hi, @LBerger You can post a link that shows how to do it ?
https://gist.github.com/LaurentBerger...
Hi, any context ? I read also the following: https://github.com/opencv/opencv/pull...https://stackoverflow.com/questions/2...
but it's hard to figure it out ..
NVM, found a solution..