summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-12-14 12:32:28 -0800
committerMindy Pereira <mindyp@google.com>2011-12-15 10:11:35 -0800
commit7b56a61174eeb202eea468b7f68b79729737ded2 (patch)
tree047e13ad7569a24c292fdd54043393c625619f83 /Android.mk
parent1fd7a76646a9b0fa59db812c3b5a832cd7e998cf (diff)
downloadandroid_packages_apps_UnifiedEmail-7b56a61174eeb202eea468b7f68b79729737ded2.tar.gz
android_packages_apps_UnifiedEmail-7b56a61174eeb202eea468b7f68b79729737ded2.tar.bz2
android_packages_apps_UnifiedEmail-7b56a61174eeb202eea468b7f68b79729737ded2.zip
Move over attachment views, attachment handling, logs, utils.
Attachment is a first very bare bones attempt at bringing together the two providers. I only made it to stand in while we work out the attachments providers interface so I could check the visual. This uses a Mock protocol attachment. Change-Id: I4670059a1fb743fa0a93af24226c6dcd1be87273
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 a9a69b700..34d639480 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,7 +11,8 @@ include $(CLEAR_VARS)
src_dirs := src
LOCAL_PACKAGE_NAME := UnifiedEmail
-LOCAL_STATIC_JAVA_LIBRARIES = android-common-chips
+LOCAL_STATIC_JAVA_LIBRARIES := android-common-chips
+LOCAL_STATIC_JAVA_LIBRARIES += guava
LOCAL_SDK_VERSION := 14