Removing the photo viewer from unified mail.

Change-Id: Iea42c019fa31a7ead997505da295eb4aae0e2e4e
diff --git a/Android.mk b/Android.mk
index e91e7d8..68e3281 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,7 +16,10 @@
 
 # Include res dir from chips
 chips_dir := ../../../frameworks/ex/chips/res
-res_dirs := $(chips_dir) res
+
+#Include res dir from photoviewer
+photo_dir := ../../../frameworks/ex/photoviewer/res
+res_dirs := $(chips_dir) $(photo_dir) res
 
 ##################################################
 # Build APK
@@ -26,6 +29,7 @@
 LOCAL_PACKAGE_NAME := UnifiedEmail
 
 LOCAL_STATIC_JAVA_LIBRARIES := android-common-chips
+LOCAL_STATIC_JAVA_LIBRARIES += android-common-photoviewer
 LOCAL_STATIC_JAVA_LIBRARIES += guava
 LOCAL_STATIC_JAVA_LIBRARIES += android-common
 LOCAL_STATIC_JAVA_LIBRARIES += com.android.emailcommon
@@ -38,7 +42,7 @@
         $(call all-logtags-files-under, $(src_dirs))
 LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs)) $(LOCAL_PATH)/res
 LOCAL_AAPT_FLAGS := --auto-add-overlay
-LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
+LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips:com.android.ex.photo
 
 LOCAL_PROGUARD_FLAG_FILES := proguard.flags