diff options
author | mikaelpeltier <mikaelpeltier@google.com> | 2014-07-11 16:02:57 +0200 |
---|---|---|
committer | mikaelpeltier <mikaelpeltier@google.com> | 2014-07-18 11:08:26 +0200 |
commit | f9141d5433dcb74091d7f3121cc188fd754bb168 (patch) | |
tree | 2df025f451722125bcf21c6760be3a9a4944a686 /dexcomparator/.classpath | |
parent | 323c168999becffac28632b15bb97a093a06bef2 (diff) | |
download | toolchain_jack-f9141d5433dcb74091d7f3121cc188fd754bb168.zip toolchain_jack-f9141d5433dcb74091d7f3121cc188fd754bb168.tar.gz toolchain_jack-f9141d5433dcb74091d7f3121cc188fd754bb168.tar.bz2 |
Add command line for dex comparator
- DexComparator automatically call DexAnnotationsComparator when using
command line.
- Update build.xml and android.mk to build an executable jar of dex
comparator.
Change-Id: Ib69c697fd7c25e22d3569e92b9c581b5c57242b3
Diffstat (limited to 'dexcomparator/.classpath')
-rw-r--r-- | dexcomparator/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dexcomparator/.classpath b/dexcomparator/.classpath index 0e81db1..c4ec233 100644 --- a/dexcomparator/.classpath +++ b/dexcomparator/.classpath @@ -12,6 +12,7 @@ <classpathentry kind="lib" path="libs/dex-lib.jar"/> <classpathentry kind="lib" path="libs/jsr305-lib.jar"/> <classpathentry kind="lib" path="libs/guava-lib.jar"/> + <classpathentry kind="lib" path="libs/args4j-lib.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="output" path="bin"/> </classpath> |