summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-04-24 18:50:12 -0400
committerJohn Spurlock <jspurlock@google.com>2014-04-25 12:35:31 -0400
commit7340fc8665ae3f9f1978f42aa0e5e1da85036158 (patch)
tree7dca3cc6cf2a23d872dbe1cde1e10ec7a3d84899 /Android.mk
parent07f0b8ee730be00a2a4bccf797bd8cb71e556546 (diff)
downloadframeworks_base-7340fc8665ae3f9f1978f42aa0e5e1da85036158.zip
frameworks_base-7340fc8665ae3f9f1978f42aa0e5e1da85036158.tar.gz
frameworks_base-7340fc8665ae3f9f1978f42aa0e5e1da85036158.tar.bz2
Introduce condition provider services.
Add the condition provider interface, base class, and associated system metadata. Pull out common service management code into a reusable helper, used by notification listeners and condition providers. The helper, ManagedServices, is now completely self-contained - it has no dependencies on NoMan or NoMan abstractions. Bug:13743109 Change-Id: I6856d40f0a2ead78ac9b5707568559a57e7eb009
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index be7e055..1288591 100644
--- a/Android.mk
+++ b/Android.mk
@@ -180,6 +180,7 @@ LOCAL_SRC_FILES += \
core/java/android/os/IUserManager.aidl \
core/java/android/os/IVibratorService.aidl \
core/java/android/service/notification/INotificationListener.aidl \
+ core/java/android/service/notification/IConditionProvider.aidl \
core/java/android/print/ILayoutResultCallback.aidl \
core/java/android/print/IPrinterDiscoveryObserver.aidl \
core/java/android/print/IPrintDocumentAdapter.aidl \