Okay, I have a compiled C module with some math routines in it. Using the Android.mk file I would like to link this library and use it within JNI. I want to use a java front end to call a C routine which in turn calls my C module.... Does anyone know of some good resources on Android.mk files and how to do this?
Thanks!