summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2016-09-21 10:27:39 +0100
committerJulien Desprez <jdesprez@google.com>2016-09-22 12:16:08 +0100
commitc6a7505fd9515788ff6d50d166b460877fb66dfa (patch)
treea83ee578f45aeea063ef59eb225e5804c3bbc45d
parentd8928ba2a3cbf893332451066d02b19a91f6a585 (diff)
downloadloganalysis-c6a7505fd9515788ff6d50d166b460877fb66dfa.tar.gz
New Guava version with new ddmlib
Bug: 27642373 Change-Id: Ib08e8eaa64a778f120126387904e672395e3e40c
-rw-r--r--.classpath2
-rw-r--r--Android.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index 10bf091..07a7096 100644
--- a/.classpath
+++ b/.classpath
@@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry exported="true" kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/json/json-prebuilt.jar"/>
- <classpathentry exported="true" kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/guava/guava-15.0.jar"/>
+ <classpathentry kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/guava/guava-18.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/Android.mk b/Android.mk
index 3dd1586..99b1ddd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,7 +23,7 @@ LOCAL_JAVACFLAGS += -g -Xlint
LOCAL_MODULE := loganalysis
LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_JAVA_LIBRARIES := guava-15.0-prebuilt json-prebuilt junit
+LOCAL_STATIC_JAVA_LIBRARIES := guava-18.0-prebuilt json-prebuilt junit
include $(BUILD_HOST_JAVA_LIBRARY)