summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2010-12-01 12:53:37 -0800
committerJohn Reck <jreck@google.com>2010-12-02 11:46:27 -0800
commit4155485914f9e47b8ab22000fe6ef8ddad1f70f4 (patch)
tree8aae69a540ea177536e4446ed438be842e873abc /Android.mk
parentc8a9fead5139540cdafb7e7dcdfa8d50e98e1b34 (diff)
downloadpackages_apps_browser-4155485914f9e47b8ab22000fe6ef8ddad1f70f4.zip
packages_apps_browser-4155485914f9e47b8ab22000fe6ef8ddad1f70f4.tar.gz
packages_apps_browser-4155485914f9e47b8ab22000fe6ef8ddad1f70f4.tar.bz2
Fixes test errors
Bug: 3248213 Fixes errors in the tests that were caused by missing files, proguard, and the refactor. Change-Id: I503dfc7ee42d0173e3a5ad032f58a6f4f310588c
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 2abde9b..a5a47b3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,7 +4,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_JAVA_LIBRARIES := \
- android-common
+ android-common \
+ guava
LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \