How to write Android.mk for library using Gnu makefile

Posted by Walidix on Stack Overflow See other posts from Stack Overflow or by Walidix
Published on 2010-05-04T12:25:55Z Indexed on 2010/05/04 12:28 UTC
Read the original article Hit count: 806

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about android

Related posts about android-ndk