summaryrefslogtreecommitdiffstats
path: root/dexcomparator
diff options
context:
space:
mode:
authorBenoit Lamarche <benoitlamarche@google.com>2014-07-11 08:29:43 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-10 20:16:40 +0000
commit35d58568ccebf367191611cb98196d3aecfc101d (patch)
treea5a137f3e8e97ef386352e7461a1ec417c11f8c3 /dexcomparator
parent5373b6fcd98e564c172f6302c9187eec8b1d0fbc (diff)
parentb79177b660b83baa8a0559afad002d29a4845e7a (diff)
downloadtoolchain_jack-35d58568ccebf367191611cb98196d3aecfc101d.zip
toolchain_jack-35d58568ccebf367191611cb98196d3aecfc101d.tar.gz
toolchain_jack-35d58568ccebf367191611cb98196d3aecfc101d.tar.bz2
Merge "Add Guava to DexComparator project" into jack-wip-dev
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>