1 安卓原始碼中編譯C程式

2021-10-01 02:10:07 字數 788 閱讀 9531

#定義當前模組的相對路徑 

local_path:= $(call my-dir)

#清除當前的環境變數

include $(clear_vars)

#編譯該模組需要的原始檔 

local_src_files:= $(call all-subdir-c-files)

##變數設定標頭檔案的include目錄列表;

local_c_includes := $(local_path)/inc

#編譯生成的目標名

local_module := wdx_ray

#編譯生成的檔案格式

include $(build_executable)

可以使用mm、mmm、make ***(要生成目標名)

安卓原始碼閱讀 原始碼編譯

mkdir bin path bin path curl bin repo chmod a x bin repowget tsinghua edu cn aosp monthly aosp latest.tar tar xf aosp latest.tar cd aosp 解壓得到的 aosp 工程...

安卓編譯mysql MySQL 原始碼編譯

1.自己記下筆記,每次翻官網,時間有些長了,給自己以後安裝省事mysql 5.1.45 configure prefix usr local mysql5 without debug without bench without docs without geometry without ndb de...

安卓原始碼中編譯c檔案並放入平台執行

在安卓原始碼developmen資料夾中建立mytest資料夾 建立android.mk檔案 local path call my dir include clear vars local module mytest local src files mytest.c local module tag...