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
commite951b589c5134a1154ec3743d79236dee54a6519 (patch)
treebce6d0d4fd8215058c1e9dbb223e6d4c20b582b2 /Android.mk
parent5ca0946df4a9f82732a903cdcea5a3c8a0a6f01c (diff)
downloadandroid_packages_apps_Exchange-e951b589c5134a1154ec3743d79236dee54a6519.tar.gz
android_packages_apps_Exchange-e951b589c5134a1154ec3743d79236dee54a6519.tar.bz2
android_packages_apps_Exchange-e951b589c5134a1154ec3743d79236dee54a6519.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 451c39b7..3dd43e76 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.