Remove mailcommon dependency from email2.

Change-Id: Ib22e00d0f0e6354182727c88540a49cbe8afbf5f
This commit is contained in:
Mindy Pereira 2012-06-12 13:24:08 -07:00
parent 2d549deb6f
commit f812145f6e

View File

@ -19,11 +19,10 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# Include res dir from chips, mailcommon, and unified
# Include res dir from chips and unified
chips_dir := ../../../../frameworks/ex/chips/res
mail_common_dir := ../../../../frameworks/opt/mailcommon/res
unified_email_dir := ../../UnifiedEmail
res_dir := $(chips_dir) $(mail_common_dir) res $(unified_email_dir)/res
res_dir := $(chips_dir) res $(unified_email_dir)/res
LOCAL_MODULE_TAGS := optional