android - Differences between LOCAL_SHARED_LIBRARIES and LOCAL_REQUIRED_MODULES? -
what differences between local_shared_libraries , local_required_modules in android build system?
in native world(c or c++): local_required_modules means modules declared after marco must compiled , installed. local_shared_libraries means these modules linked , no need use "dlopen" use these libraries(but should include *.h files in own module).
Comments
Post a Comment