diff options
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Android.mk b/Android.mk index 54ad4844f..9686cb351 100644 --- a/Android.mk +++ b/Android.mk @@ -14,7 +14,7 @@ LOCAL_PATH := $(call my-dir) -# Build the Email application itself, along with its tests and tests for the emailcommon +# Build the Email application itself, along with its tests and the tests for the emailcommon # static library. All tests can be run via runtest email include $(CLEAR_VARS) @@ -22,21 +22,13 @@ include $(CLEAR_VARS) chips_dir := ../../../frameworks/ex/chips/res mail_common_dir := ../../../frameworks/opt/mailcommon/res res_dir := $(chips_dir) $(mail_common_dir) res -unified_email_src_dir := ../UnifiedEmail/src - -imported_unified_email_files := \ - $(unified_email_src_dir)/com/android/mail/providers/UIProviderValidator.java \ - $(unified_email_src_dir)/com/android/mail/providers/UIProvider.java \ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-java-files-under, src/com/android/email) LOCAL_SRC_FILES += $(call all-java-files-under, src/com/beetstra) -LOCAL_SRC_FILES += $(imported_unified_email_files) - LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dir)) LOCAL_AAPT_FLAGS := --auto-add-overlay -LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips LOCAL_STATIC_JAVA_LIBRARIES := android-common com.android.emailcommon guava android-common-chips |
