I have a library project with dependencies like: 

LibraryProject
--\LibraryA
--\LibraryB
--\LibraryC

What I want to achieve is a LibraryProject.aar with all dependencies 
compiled and included, so when used in an application, there is no need to 
add any dependencies for LibraryA, LibraryB and LibraryC. What is the best 
way to achieve the goal? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to