diff options
author | Hasini Gunasinghe <hasinitg@google.com> | 2021-02-05 20:21:01 +0000 |
---|---|---|
committer | Janis Danisevskis <jdanis@google.com> | 2021-02-19 15:34:10 -0800 |
commit | 13dd61336fe7b5d6eea4e82c4881c9f3b2b58ce8 (patch) | |
tree | 65b43e42fb666d9942e282460335599803d0ed34 /Android.bp | |
parent | 355753053cf8c6c573a4640d6c1047180e7494f9 (diff) |
Integrate IKeystoreUserManager aidl with LockSettingsService.
This CL introduces the client side for IKeystoreUserManager aidl and
integrates it with the LockSettingsService.
Bug: 171305115
Test: TBD
Change-Id: I7560e98f95aaec6b85cdcfc01ba83aea0ccc52ae
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 4f248d9d5c96..88ed676aae69 100644 --- a/Android.bp +++ b/Android.bp @@ -525,6 +525,7 @@ java_library { "android.hardware.vibrator-V1.3-java", "android.security.apc-java", "android.security.authorization-java", + "android.security.usermanager-java", "android.system.keystore2-V1-java", "android.system.suspend.control.internal-java", "devicepolicyprotosnano", |