I'm building AOSP, so lets say i have root for all module in Android. Sure there is OpenSSL library which building and reusing in other modules.
And we have base application (system, external, whatever), which also communicate with native code. And my question is: How to include in local project, existing Android OpenSSL library, to work with it?
Another say, how i can get active instance of OpenSSL/BoringSSL in native code. And also, how to get instance of Android Keystore engine and work with it?
Thanks!