diff options
author | Janis Danisevskis <jdanis@google.com> | 2020-09-28 17:37:13 -0700 |
---|---|---|
committer | Janis Danisevskis <jdanis@google.com> | 2020-11-05 13:11:12 -0800 |
commit | 145e11ff938971b63514dde1bbd887ddaa04f7ec (patch) | |
tree | 792577e1993d7ccf0f4b0d832ea88e918f0854b5 | |
parent | 62c1d2869d51bac11593176cdab857abb1c56a2a (diff) |
Keystore 2.0 SPI: Adding the keystore AIDL interface to frameworks
Adds the dependency to the new Keystore 2.0 AIDL spec to the frameworks
module.
Bug: 159476414
Test: None
Change-Id: Ib3c9affbe0dfcbd78ff47b41907f5650444711a4
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 35879df4b852..8dc2655d7813 100644 --- a/Android.bp +++ b/Android.bp @@ -480,6 +480,7 @@ java_library { "android.hardware.vibrator-V1.1-java", "android.hardware.vibrator-V1.2-java", "android.hardware.vibrator-V1.3-java", + "android.system.keystore2-java", "devicepolicyprotosnano", "com.android.sysprop.apex", |