From 7b56a61174eeb202eea468b7f68b79729737ded2 Mon Sep 17 00:00:00 2001 From: Mindy Pereira Date: Wed, 14 Dec 2011 12:32:28 -0800 Subject: 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 --- Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Android.mk') 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 -- cgit v1.2.3