Why is ndk-build producing two different libraries, one very large and one smaller? And which should I use?
The smaller one is written in a libs/armeabi-v7a
folder (the build process creates the folders) and the libs
folder is at the same level of the jni
folder containing the source being built. The .so file is 747 KB
The bigger one is written in an obj/local/armeabi-v7a
folder (again, all created by the build process) and the obj
folder is at the same level of the jni
folder containing the source being built. The .so file is 6.7 MB.