Home
last modified time | relevance | path

Searched defs:mainDexKeepRules (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/
DR8Command.java141 ImmutableList<ProguardConfigurationRule> mainDexKeepRules; in build() local
211 private final ImmutableList<ProguardConfigurationRule> mainDexKeepRules; field in R8Command
318 ImmutableList<ProguardConfigurationRule> mainDexKeepRules, in R8Command()
/external/r8/src/main/java/com/android/tools/r8/utils/
DInternalOptions.java93 public ImmutableList<ProguardConfigurationRule> mainDexKeepRules = ImmutableList.of(); field in InternalOptions