summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMarc Blank <mblank@google.com>2011-02-08 18:54:56 -0800
committerMarc Blank <mblank@google.com>2011-02-10 13:53:37 -0800
commite281e4f35d0e2f728e69e380692e244319b0d21b (patch)
tree8db2fd57a4b62b520e12f73631aaca00132c71c9 /Android.mk
parent58dac270fd3a2fb1ff6cb5287ef9b61ea5080e41 (diff)
downloadandroid_packages_apps_Exchange-e281e4f35d0e2f728e69e380692e244319b0d21b.tar.gz
android_packages_apps_Exchange-e281e4f35d0e2f728e69e380692e244319b0d21b.tar.bz2
android_packages_apps_Exchange-e281e4f35d0e2f728e69e380692e244319b0d21b.zip
Email split, part deux: PolicyService
* Split PolicySet from SecurityPolicy and move to emailcommon * Define PolicyService that sync adapter services can use to interact with the Email DPM administrator * Implement PolicyServiceProxy for exchange * Implement PolicyService in email * Modify imports, references, etc. as required Bug: 3442973 Change-Id: I92015e21f780a68754b318da89fbb33570f334a2
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 960ed431..451c39b7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,7 +20,8 @@ LOCAL_MODULE_TAGS := optional
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/IEmailServiceCallback.aidl \
+ src/com/android/emailcommon/service/IPolicyService.aidl
LOCAL_STATIC_JAVA_LIBRARIES := android-common
# Revive this when the app is unbundled.