I need to create aar file for an android library. We have two other libraries which needs to integrated with main library as source code or .aar files. Dont know how to create single aar file which depends on other local libraries. Please Help.
Need to create aar for LibraryA which depends on LibraryB and LibraryC.