| Interface | Description |
|---|---|
| DexOptions | |
| ManifestAttributeSupplier |
An interface that provides methods for reading some of the attribute values from the manifest.
|
| Class | Description |
|---|---|
| AndroidBuilder |
This is the main builder class.
|
| ApkInfoParser |
Class to parse an APK with aapt to gather information
|
| ApkInfoParser.ApkInfo |
Information about an APK
|
| BootClasspathBuilder |
Utility methods for computing class paths to use for compilation.
|
| BuilderConstants |
Generic constants.
|
| DefaultApiVersion |
Basic implementation of ApiVersion
|
| DefaultBuildType | |
| DefaultDexOptions |
Concrete implementation of DexOptions.
|
| DefaultManifestParser |
Implementation of the
ManifestAttributeSupplier. |
| DefaultProductFlavor |
The configuration of a product flavor.
|
| DefaultProductFlavor.DimensionRequest |
Class representing a request with fallbacks.
|
| DefaultVectorDrawablesOptions |
Default implementation of
VectorDrawablesOptions. |
| DesugarProcessBuilder |
A builder to create an information necessary to run Desugar in a separate JVM process.
|
| DexByteCodeConverter |
Java To Dex bytecode converter.
|
| DexProcessBuilder |
A builder to create a dex-specific ProcessInfoBuilder
|
| LibraryRequest |
a request for an optional library.
|
| SerializableMessageReceiver |
This wrapper is a workaround for the worker API.
|
| StandardOutErrMessageReceiver |
| Enum | Description |
|---|---|
| AndroidBuilder.MainDexListOption |