summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMarc Blank <mblank@google.com>2012-04-25 10:26:46 -0700
committerMarc Blank <mblank@google.com>2012-04-25 13:58:23 -0700
commit03cd72805dab0379ed255d151f1c17cc60655fc3 (patch)
tree223d2609d0d4d2ba35f1979594bc0f799aeb4ee1 /Android.mk
parent1f6dab6685667efbe67aa8b7c7bfd1f6b124d269 (diff)
downloadandroid_packages_apps_Email-03cd72805dab0379ed255d151f1c17cc60655fc3.tar.gz
android_packages_apps_Email-03cd72805dab0379ed255d151f1c17cc60655fc3.tar.bz2
android_packages_apps_Email-03cd72805dab0379ed255d151f1c17cc60655fc3.zip
Revert to old Email app
* These are the last sources in the ICS-MR1 tree Change-Id: Ida4651bddd92a06a518d00f3e1f275ab3a80c8ae
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk10
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