public class DexMergerConfig
extends java.lang.Object
DexArchiveMerger which produces the final DEX file(s).| Constructor and Description |
|---|
DexMergerConfig(DexingType dexingType,
com.android.dx.command.dexer.DxContext dxContext) |
| Modifier and Type | Method and Description |
|---|---|
DexingType |
getDexingType() |
com.android.dx.command.dexer.DxContext |
getDxContext() |
public DexMergerConfig(@NonNull
DexingType dexingType,
@NonNull
com.android.dx.command.dexer.DxContext dxContext)
@NonNull public DexingType getDexingType()
@NonNull public com.android.dx.command.dexer.DxContext getDxContext()