summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2014-09-04 23:18:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-04 23:18:54 +0000
commita5b19b2e04d4ce6450c7b991d9687e176e126d44 (patch)
tree3695ce349285e43020d39581c8d482e572c49a05
parente64f495107aaa91f2e40e7e5c92c700d58115fa3 (diff)
parentdefff778cba341c03f98c7b9b935f269f40e9f74 (diff)
downloadloganalysis-a5b19b2e04d4ce6450c7b991d9687e176e126d44.tar.gz
Merge "Switch to guava 15 in loganalysis"
-rw-r--r--.classpath2
-rw-r--r--Android.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index 3c2d00c..10bf091 100644
--- a/.classpath
+++ b/.classpath
@@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<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/out/host/common/obj/JAVA_LIBRARIES/guavalib_intermediates/javalib.jar" sourcepath="/TRADEFED_ROOT/external/guava/guava/src"/>
<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="output" path="bin"/>
</classpath>
diff --git a/Android.mk b/Android.mk
index 7e1b007..3dd1586 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 := guavalib json-prebuilt junit
+LOCAL_STATIC_JAVA_LIBRARIES := guava-15.0-prebuilt json-prebuilt junit
include $(BUILD_HOST_JAVA_LIBRARY)