summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2014-03-28 13:02:19 +0100
committerAdrian Roos <roosa@google.com>2014-03-31 20:40:49 +0200
commitff2144ccb4215acf4587fc628493b3d49dca6043 (patch)
treec35598d83a0076528df19d1ad27e332d30486b0d /Android.mk
parent47bbaea4c3f5dee97f2e1c56c6cc9957efa17eaf (diff)
downloadframeworks_base-ff2144ccb4215acf4587fc628493b3d49dca6043.zip
frameworks_base-ff2144ccb4215acf4587fc628493b3d49dca6043.tar.gz
frameworks_base-ff2144ccb4215acf4587fc628493b3d49dca6043.tar.bz2
Define initial trust agent API
Adds the minimal API needed to define a useful trust agent. Bug: 13723878 Change-Id: Ib24440bab7b16d0b656bde8b059e7d42cab2c7dc
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 58eae8a..442c716 100644
--- a/Android.mk
+++ b/Android.mk
@@ -190,6 +190,8 @@ LOCAL_SRC_FILES += \
core/java/android/service/dreams/IDozeHardware.aidl \
core/java/android/service/dreams/IDreamManager.aidl \
core/java/android/service/dreams/IDreamService.aidl \
+ core/java/android/service/trust/ITrustAgentService.aidl \
+ core/java/android/service/trust/ITrustAgentServiceCallback.aidl \
core/java/android/service/wallpaper/IWallpaperConnection.aidl \
core/java/android/service/wallpaper/IWallpaperEngine.aidl \
core/java/android/service/wallpaper/IWallpaperService.aidl \