Revert "Remove dependency on mailcommon."

This reverts commit 2d549deb6f
This commit is contained in:
Mindy Pereira 2012-06-12 13:43:47 -07:00 committed by Android (Google) Code Review
parent 2d549deb6f
commit b26e4c9d39
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# Include res dir from chips
chips_dir := ../../../frameworks/ex/chips/res
res_dir := $(chips_dir) res
mail_common_dir := ../../../frameworks/opt/mailcommon/res
res_dir := $(chips_dir) $(mail_common_dir) res
LOCAL_MODULE_TAGS := optional