Compilation and summary of various Android. mk files and android. mk files

Source: Internet
Author: User

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
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.