summaryrefslogtreecommitdiffstats
path: root/dexcomparator
diff options
context:
space:
mode:
authorBenoit Lamarche <benoitlamarche@google.com>2014-07-09 17:40:41 +0200
committerBenoit Lamarche <benoitlamarche@google.com>2014-07-09 17:40:41 +0200
commitb79177b660b83baa8a0559afad002d29a4845e7a (patch)
tree74d27a34ca76ec8e8b7263a98ce34719b7291ded /dexcomparator
parente9b9b4097dec56289bcc3f2a55302d238ac09c09 (diff)
downloadtoolchain_jack-b79177b660b83baa8a0559afad002d29a4845e7a.zip
toolchain_jack-b79177b660b83baa8a0559afad002d29a4845e7a.tar.gz
toolchain_jack-b79177b660b83baa8a0559afad002d29a4845e7a.tar.bz2
Add Guava to DexComparator project
This is needed because of dexlib, which is used by DexAnnotationsComparator. Change-Id: I8cd4fa636afc75b2c8307179d6aaf5cb5e982985
Diffstat (limited to 'dexcomparator')
-rw-r--r--dexcomparator/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/dexcomparator/.classpath b/dexcomparator/.classpath
index 127f03f..0e81db1 100644
--- a/dexcomparator/.classpath
+++ b/dexcomparator/.classpath
@@ -11,6 +11,7 @@
</classpathentry>
<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="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>