summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMarc Blank <mblank@google.com>2011-02-08 17:50:30 -0800
committerMarc Blank <mblank@google.com>2011-02-10 14:32:01 -0800
commit8a574694606f0e5d781334d0d426fc379c51f3ed (patch)
tree545196db9070e91f14d30adca3c137b9e33c2d1f /Android.mk
parente86789b66e8a6fc7f2863b82ab287fcd50a04de1 (diff)
downloadandroid_packages_apps_Email-8a574694606f0e5d781334d0d426fc379c51f3ed.tar.gz
android_packages_apps_Email-8a574694606f0e5d781334d0d426fc379c51f3ed.tar.bz2
android_packages_apps_Email-8a574694606f0e5d781334d0d426fc379c51f3ed.zip
Email split, part trois: AccountService
* Create AccountService.aidl and AccountServiceProxy in emailcommon * Implement AccountService in email * Use AccountServiceProxy in Exchange for account reconciliation, notifications, etc. * Move sync window constants into emailcommon * Split attachment provider utilities and constants into emailcommon Bug: 3442973 Change-Id: I89dce28b799b193243c07774dab65d830ae62775
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 451c39b75..3dd43e76d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -21,7 +21,8 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES += \
src/com/android/emailcommon/service/IEmailService.aidl \
src/com/android/emailcommon/service/IEmailServiceCallback.aidl \
- src/com/android/emailcommon/service/IPolicyService.aidl
+ src/com/android/emailcommon/service/IPolicyService.aidl \
+ src/com/android/emailcommon/service/IAccountService.aidl
LOCAL_STATIC_JAVA_LIBRARIES := android-common
# Revive this when the app is unbundled.