summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChad Brubaker <cbrubaker@google.com>2015-01-13 17:41:22 -0800
committerChad Brubaker <cbrubaker@google.com>2015-01-13 18:29:15 -0800
commit7a2c973db7756a60f1cdd6cf67411115c1576081 (patch)
tree16da25774e868e346368f4d61d3d8e3d0967584b /Android.mk
parent21454aa27643f69a0ee9377ae09a01e96af3718f (diff)
downloadframeworks_base-7a2c973db7756a60f1cdd6cf67411115c1576081.zip
frameworks_base-7a2c973db7756a60f1cdd6cf67411115c1576081.tar.gz
frameworks_base-7a2c973db7756a60f1cdd6cf67411115c1576081.tar.bz2
Generate IKeystoreService using aidl
This replaces IKeystoreService.java with IKeystoreService.aidl and changes the methods that passed down a byte[][] to instead pass down a KeystoreArguments which is currently a thin parcelable wrapper around a byte[][]. Change-Id: I6367bcf57562f41a27aab14f1903b74995cb65c2
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 5d9c5b3..15afe90 100644
--- a/Android.mk
+++ b/Android.mk
@@ -202,6 +202,7 @@ LOCAL_SRC_FILES += \
core/java/android/os/IUpdateLock.aidl \
core/java/android/os/IUserManager.aidl \
core/java/android/os/IVibratorService.aidl \
+ core/java/android/security/IKeystoreService.aidl \
core/java/android/service/notification/INotificationListener.aidl \
core/java/android/service/notification/IStatusBarNotificationHolder.aidl \
core/java/android/service/notification/IConditionListener.aidl \