Package com.android.builder.dependency

Interface Summary
DependencyContainer An object able to provide the three types of dependencies an Android project can have: - local jar dependencies - artifact jar dependencies - android library dependencies
LibraryDependency Represents a dependency on a Library Project.
ManifestDependency Represents the manifest of a dependency as well as the dependencies
ManifestProvider Provides a path to the Android Manifest
SymbolFileProvider Provides a path to the Text Symbol file and to the Android Manifest
 

Class Summary
JarDependency Represents a Jar dependency.
LibraryBundle Default implementation of the LibraryDependency interface that handles a default bundle project structure.