commit | 4155485914f9e47b8ab22000fe6ef8ddad1f70f4 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Wed Dec 01 12:53:37 2010 -0800 |
committer | John Reck <jreck@google.com> | Thu Dec 02 11:46:27 2010 -0800 |
tree | 8aae69a540ea177536e4446ed438be842e873abc | |
parent | c8a9fead5139540cdafb7e7dcdfa8d50e98e1b34 [diff] [blame] |
Fixes test errors Bug: 3248213 Fixes errors in the tests that were caused by missing files, proguard, and the refactor. Change-Id: I503dfc7ee42d0173e3a5ad032f58a6f4f310588c
diff --git a/Android.mk b/Android.mk index 2abde9b..a5a47b3 100644 --- a/Android.mk +++ b/Android.mk
@@ -4,7 +4,8 @@ LOCAL_MODULE_TAGS := optional LOCAL_STATIC_JAVA_LIBRARIES := \ - android-common + android-common \ + guava LOCAL_SRC_FILES := \ $(call all-java-files-under, src) \