diff options
author | Hasini Gunasinghe <hasinitg@google.com> | 2020-12-04 17:46:20 +0000 |
---|---|---|
committer | Janis Danisevskis <jdanis@google.com> | 2021-01-14 17:09:06 -0800 |
commit | 2d29591e5151d1a705448852f4a0a32db6daa345 (patch) | |
tree | 6d1cad93bb5f70d747b2258b110fb81d6cfe94ac /Android.bp | |
parent | a1daeb70050ae20350d2e30982a3e53e4e31cddb (diff) |
Integrate IKeystoreAuthorization aidl's addAuthToken with Keystore SPI.
This CL introduces the Keystore SPI class for IKeystoreAuthorization
aidl interface and implements the calling code for addAuthToken method.
Bug: 166672367
Test: VTS test
Change-Id: I7893ab4520b16533b9fddc9909297856e0b523ae
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 23168232b7a3..402cf1c245ab 100644 --- a/Android.bp +++ b/Android.bp @@ -483,6 +483,7 @@ java_library { "android.hardware.vibrator-V1.2-java", "android.hardware.vibrator-V1.3-java", "android.security.apc-java", + "android.security.authorization-java", "android.system.keystore2-java", "android.system.suspend.control.internal-java", "devicepolicyprotosnano", |