Searched defs:Jack (Results 1 - 1 of 1) sorted by relevance

/external/vogar/src/vogar/commands/
H A DJack.java29 * Runs the Jack compiler to generate dex files.
31 public class Jack { class
72 public static Jack getJackCommand(Log log) throws IllegalStateException {
75 return new Jack(log, Lists.newArrayList(JACK_SCRIPT.getAbsolutePath()));
79 return new Jack(log, Lists.newArrayList("java", "-jar", JACK_JAR.getAbsolutePath()));
81 throw new IllegalStateException("Jack library not found, cannot use jack.");
86 private Jack(Log log, Collection<String> jackArgs) { method in class:Jack
91 public Jack importFile(String path) {
96 public Jack importMeta(String dir) {
101 public Jack importResourc
[all...]

Completed in 91 milliseconds