Remove mailcommon dependency from email2.
Change-Id: Ib22e00d0f0e6354182727c88540a49cbe8afbf5f
This commit is contained in:
parent
2d549deb6f
commit
f812145f6e
@ -19,11 +19,10 @@ LOCAL_PATH := $(call my-dir)
|
|||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
# Include res dir from chips, mailcommon, and unified
|
# Include res dir from chips and unified
|
||||||
chips_dir := ../../../../frameworks/ex/chips/res
|
chips_dir := ../../../../frameworks/ex/chips/res
|
||||||
mail_common_dir := ../../../../frameworks/opt/mailcommon/res
|
|
||||||
unified_email_dir := ../../UnifiedEmail
|
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
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user