Searched refs:prepareR8CommandBuilder (Results 1 – 3 of 3) sorted by relevance
92 R8Command command = ToolHelper.prepareR8CommandBuilder(readClasses(classes)).build(); in compileWithR8()101 R8Command command = ToolHelper.prepareR8CommandBuilder(readClasses(classes)).build(); in compileWithR8()110 R8Command command = ToolHelper.prepareR8CommandBuilder(readClasses(classes)).build(); in compileWithR8()119 R8Command command = ToolHelper.prepareR8CommandBuilder(app).build(); in compileWithR8()154 ToolHelper.prepareR8CommandBuilder(app) in compileWithR8()176 ToolHelper.prepareR8CommandBuilder(app) in compileWithR8()
423 public static R8Command.Builder prepareR8CommandBuilder(AndroidApp app) { in prepareR8CommandBuilder() method in ToolHelper
34 ToolHelper.prepareR8CommandBuilder(readClasses(HelloWorldMain.class)) in testWithMainDex()