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

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -