Searched refs:mainDexKeepRules (Results 1 – 4 of 4) sorted by relevance
141 ImmutableList<ProguardConfigurationRule> mainDexKeepRules; in build() local143 mainDexKeepRules = ImmutableList.of(); in build()151 mainDexKeepRules = parser.getConfig().getRules(); in build()175 mainDexKeepRules, in build()211 private final ImmutableList<ProguardConfigurationRule> mainDexKeepRules; field in R8Command318 ImmutableList<ProguardConfigurationRule> mainDexKeepRules, in R8Command() argument328 assert mainDexKeepRules != null; in R8Command()330 this.mainDexKeepRules = mainDexKeepRules; in R8Command()340 mainDexKeepRules = ImmutableList.of(); in R8Command()399 internal.mainDexKeepRules = mainDexKeepRules; in getInternalOptions()
199 && !options.mainDexKeepRules.isEmpty()) { in run()277 if (!options.mainDexKeepRules.isEmpty()) { in run()282 new RootSetBuilder(application, appInfo, options.mainDexKeepRules).run(executorService); in run()
93 public ImmutableList<ProguardConfigurationRule> mainDexKeepRules = ImmutableList.of(); field in InternalOptions
136 && options.mainDexKeepRules.isEmpty() in write()