Problem with LOCAL_LDLIBS -l on Windows/Cygwin - android-ndk | Google Groupes. Discussions - android-ndk | Google Groupes. Android-ndk | Google Groupes. Makefile - Android NDK: how to include Android.mk into another Android.mk. Understanding Android Makefile (Android.mk) | Ankara GTUG. Dec292011 Firstly, let me say that this document is an abstract information which is available in pdk documents.
Secondly, you may want to look at the post that tells how to build Android source code. And now, we can start, at a first glance to Android source codes, we see that applications, libraries, components in framework have Android.mk files in their specific directories. These Android.mk files defines how to build that source code. There are well defined specific rules for Android.mk files. Name: We need to define a name for our build (LOCAL_MODULE := )Local Variables: All builds may have some local variables so to start a new build it is good to clear all local variables (include $(CLEAR_VARS))Files: We need to write all files we want it to be build (LOCAL_SRC_FILES := main.c)Tags: Define tags for build.
BUILD_EXECUTABLE, CLEAR_VARS, etc. variables which are the absolute address of the template files are defined in build/core/config.mk. make -j4 PRODUCT-generic-eng. Svn.haiku-os.org/webpositive/webkit/trunk/Android.mk. Android.mk. Www.srombauts.fr/android-ndk-r5b/docs/ANDROID-MK.html.