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
diff --git a/Android.mk b/Android.mk
index a9a69b7..34d6394 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,7 +11,8 @@
 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