I want to make an Android application using huge third party native libraries which use the Gnu build tools (gnu makefile).
My question is how to write the "Android.mk" files for these libraries in order to build them using the Android build system or the Android NDK.
Thanks in advance