summaryrefslogtreecommitdiff
path: root/keystore2/Android.bp
diff options
context:
space:
mode:
authorSeth Moore <sethmo@google.com>2022-11-04 17:39:05 +0000
committerSeth Moore <sethmo@google.com>2022-11-09 10:52:39 -0800
commitcd6e918fbdbd3f1b29dc45b8f1a1af860677fa31 (patch)
tree9f48b4a656fe874d826fbf974a8c67a7167c2595 /keystore2/Android.bp
parent4c0d4b0a8cef9f5e30d4f47ade37aa58290e1d14 (diff)
downloadsecurity-cd6e918fbdbd3f1b29dc45b8f1a1af860677fa31.tar.gz
Add dependencies on newly-split RKP HAL
Bug: 254112961 Test: vts_treble_vintf_vendor_test Merged-In: I5506757aaebdf37d42bf7ac0a68e83f2d3c12049 Change-Id: I5506757aaebdf37d42bf7ac0a68e83f2d3c12049
Diffstat (limited to 'keystore2/Android.bp')
-rw-r--r--keystore2/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/keystore2/Android.bp b/keystore2/Android.bp
index 0e5afd91..51ce9d17 100644
--- a/keystore2/Android.bp
+++ b/keystore2/Android.bp
@@ -31,6 +31,7 @@ rust_defaults {
],
rustlibs: [
+ "android.hardware.security.rkp-V3-rust",
"android.hardware.security.secureclock-V1-rust",
"android.hardware.security.sharedsecret-V1-rust",
"android.os.permissions_aidl-rust",
@@ -84,6 +85,7 @@ rust_library {
"keystore2_use_latest_aidl_rust",
],
rustlibs: [
+ "android.hardware.security.rkp-V3-rust",
"libbinder_rs",
"libkeystore2_selinux",
"liblog_rust",
@@ -121,6 +123,7 @@ rust_test {
auto_gen_config: true,
compile_multilib: "first",
rustlibs: [
+ "android.hardware.security.rkp-V3-rust",
"libbinder_rs",
"libkeystore2_selinux",
"liblog_rust",