public interface DexMergingStrategy
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<com.android.dex.Dex> |
getAllDexToMerge()
Returns the current list of DEX files that can be merged.
|
void |
startNewDex()
Starts a new list of DEX file(s) that can be merged.
|
boolean |
tryToAddForMerging(com.android.dex.Dex dexFile)
Tries to add a new DEX file to the existing list of DEX files to be merged.
|
boolean tryToAddForMerging(@NonNull
com.android.dex.Dex dexFile)
false. If it is possible to add it, true is
returned.void startNewDex()
@NonNull com.google.common.collect.ImmutableList<com.android.dex.Dex> getAllDexToMerge()