summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndres Morales <anmorales@google.com>2015-03-31 09:19:50 -0700
committerAndres Morales <anmorales@google.com>2015-04-13 18:38:45 -0700
commit8fa5665f0e757cec0063fb4cf1354f1596f93a91 (patch)
tree01fe5264f4151e15432fc8047fdde712c8434974 /Android.mk
parent832017963d1d74ba41348deed5eb747b45b441fb (diff)
downloadframeworks_base-8fa5665f0e757cec0063fb4cf1354f1596f93a91.zip
frameworks_base-8fa5665f0e757cec0063fb4cf1354f1596f93a91.tar.gz
frameworks_base-8fa5665f0e757cec0063fb4cf1354f1596f93a91.tar.bz2
Wire up GateKeeper to LockSettingsService
Adds: - Communication to GKService - password upgrade flow - enroll takes previous credential Change-Id: I0161b64642be3d0e34ff4a9e6e3ca8569f2d7c0a
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 f4b9551..2c04c18 100644
--- a/Android.mk
+++ b/Android.mk
@@ -209,6 +209,7 @@ LOCAL_SRC_FILES += \
core/java/android/security/IKeystoreService.aidl \
core/java/android/service/carrier/ICarrierMessagingCallback.aidl \
core/java/android/service/carrier/ICarrierMessagingService.aidl \
+ core/java/android/service/gatekeeper/IGateKeeperService.aidl \
core/java/android/service/notification/INotificationListener.aidl \
core/java/android/service/notification/IStatusBarNotificationHolder.aidl \
core/java/android/service/notification/IConditionListener.aidl \