How to write Android.mk for library using Gnu makefile
- by Walidix
I want to make an Android application using 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