1. Configuration
Path_To_Target_Directory/Android.mk :
LOCAL_SHARED_LIBRARIES := \
libutils \
libcutils....
2. Building
. build/envsetup.sh
//////////take libril as example
$ cd hardware/ril/libril/
$ mm showcommands
the libs will be generated in out/target/product/generic/obj/SHARED_LIBRARIES/libxxxx
and installed into /system/lib/
3. call via dlopen()
This is useful for library developing & debugging.
========NOT END. It will be updated continously!==============
阅读(591) | 评论(0) | 转发(0) |