From 2d29591e5151d1a705448852f4a0a32db6daa345 Mon Sep 17 00:00:00 2001 From: Hasini Gunasinghe Date: Fri, 4 Dec 2020 17:46:20 +0000 Subject: 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') 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", -- cgit v1.2.3