I understand how Java uses System.loadLibrary() to load the *.so library from AAR at runtime and calls the C++ functions using JNI. Now I am facing a situation where I need to do that in C++ instead of Java. I need to have the C/C++ function symbols from the *.so library available in build time ..
Recent Comments