public class PreDexedFilesSorter extends Object
Modifier and Type | Class and Description |
---|---|
class |
PreDexedFilesSorter.DexStoreContents |
static class |
PreDexedFilesSorter.Result |
Constructor and Description |
---|
PreDexedFilesSorter(Collection<DexWithClasses> dexFilesToMerge,
com.google.common.collect.ImmutableSet<String> primaryDexPatterns,
APKModuleGraph apkModuleGraph,
APKModule module,
Path canaryDirectory,
long dexWeightLimit,
com.facebook.buck.android.DexStore dexStore,
Path secondaryDexJarFilesDir,
Optional<Integer> groupIndex) |
Modifier and Type | Method and Description |
---|---|
PreDexedFilesSorter.Result |
sortIntoPrimaryAndSecondaryDexes(ProjectFilesystem filesystem,
com.google.common.collect.ImmutableList.Builder<Step> steps)
Sorts dex files into primary and secondary dexes, generate canary classes, and metadata for use
by SmartDexingStep
|
public PreDexedFilesSorter(Collection<DexWithClasses> dexFilesToMerge, com.google.common.collect.ImmutableSet<String> primaryDexPatterns, APKModuleGraph apkModuleGraph, APKModule module, Path canaryDirectory, long dexWeightLimit, com.facebook.buck.android.DexStore dexStore, Path secondaryDexJarFilesDir, Optional<Integer> groupIndex)
public PreDexedFilesSorter.Result sortIntoPrimaryAndSecondaryDexes(ProjectFilesystem filesystem, com.google.common.collect.ImmutableList.Builder<Step> steps)