summaryrefslogtreecommitdiff
path: root/keystore2/Android.bp
diff options
context:
space:
mode:
authorRajesh Nyamagoud <nyamagoud@google.com>2021-12-10 00:33:15 +0000
committerRajesh Nyamagoud <nyamagoud@google.com>2022-05-13 22:30:16 +0000
commitb881d5189ce78a13922ecddad598886f2806be80 (patch)
tree9db12d2240604d265ffc75900b2b96f3e36dd631 /keystore2/Android.bp
parent45689e569c97c777b31a3fc30a14563133733977 (diff)
downloadsecurity-b881d5189ce78a13922ecddad598886f2806be80.tar.gz
Adding test to create BACKEND_BUSY error
Creates multiple child procs and creates opearations in it and parent proc waits for all child procs operations status, expects one or more opearations to fail with backeend busy error. Bug: 194359114 Test: atest keystore2_client_test Change-Id: I52f95a7cfd031d80c88bfc2ca478a26572f40150
Diffstat (limited to 'keystore2/Android.bp')
-rw-r--r--keystore2/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/keystore2/Android.bp b/keystore2/Android.bp
index e6cb4fb5..43419b7d 100644
--- a/keystore2/Android.bp
+++ b/keystore2/Android.bp
@@ -89,6 +89,8 @@ rust_library {
"librand",
"libserde",
"libserde_cbor",
+ "libthiserror",
+ "libanyhow",
],
}
@@ -122,6 +124,8 @@ rust_test {
"librand",
"libserde",
"libserde_cbor",
+ "libthiserror",
+ "libanyhow",
],
}