Compilation and summary of various Android. mk files and android. mk files
I. source code compilation
1.1 so pre-Compilation
LOCAL_PATH:= $(call my-dir)include $(CLEAR_VARS)LOCAL_MODULE := libAppAreaLOCAL_SRC_FILES :=libAppArea.soLOCAL_MODULE_TAGS := optionalLOCAL_MODULE_CLASS := SHARED_LIBRARIESLOCAL_MODULE_SUFFIX:=$(HOST_JNILIB_SUFFIX)LOCAL_CERTIFICATE:=platformLOCAL_PRELINK_MODULE := falseinclude $(BUILD_PREBUILT)
1.2 share lib Compilation
LOCAL_PATH := $(call my-dir)include $(CLEAR_VARS)LOCAL_MODULE_TAGS := optional#LDFLAGS+=-ldlLOCAL_LDLIBS := -ldl -lm -llog -llibcLOCAL_MODULE := libnandFlashReadPage_jniLOCAL_SRC_FILES := nandFlashReadPage_jni.cpp\LOCAL_SHARED_LIBRARIES := libdl\liblog\libpre_NandRecognition\libpre_AppArea\libc\libstdc++LOCAL_LDLIBS := -lloginclude $(BUILD_SHARED_LIBRARY)
How to Write incremental compilation for Androidmk files?
On mac, I directly support incremental compilation. What may be required to configure/set in win environment ?, Continuing to solve
Provide the corresponding library files according to the following Androidmk files and tell me how to compile them into dynamic library files,
Too advanced. I usually go to my search market to download another one.
Reference: use Baidu to search for my tablet market and download thieves