I\'m working on a large game engine that must be ported to Android. All the code is C/C++, so we are porting via the NDK. I\'ve got everything building, but after lots of scou
You're not required to use the Android.mk system to build your .so's. Personally, I use my own Makefile's with the targets I need and this allows for very standardized debug vs. release build specification.