Menu

Add new library or new module to AOSP

The folders where we can (should) lay library folder are external, system or devices, depending on meaning of each folder and we put the library to the correct folder


Create folder for our library in either one of above folder, put source code in already created folder

Create Android.mk file, for example, we consider Android.mk of init module as follow:




Trong đó, những cờ đã biết là:

LOCAL_SRC_FILES : mã nguồn càn build
LOCAL_STATIC_LIBRARIES : thư viện cần dùng trong mã nguồn
LOCAL_C_INCLUDES : thư mục chứa các header của thư viện muốn dùng

Những cái còn lại sẽ giải thích sau khi làm sâu hơn

Không có nhận xét nào :

Đăng nhận xét