aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorPrashant Patil <patilprashant@google.com>2022-03-09 15:14:35 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-09 15:14:35 +0000
commitf067ef714ee127bec9d932c941e6045d455c39e9 (patch)
treea4f137b98dda223d4c6f132c14fa7e16271291ef /Android.bp
parent5efa3e20988971391236852198ec08ba0e1f5c91 (diff)
parentf0f926d12f0e38540aa796d12d591d0ab11493c1 (diff)
downloadwycheproof-f067ef714ee127bec9d932c941e6045d455c39e9.tar.gz
Keystore: Wycheproof test cases added to Keystore CTS module am: 62af42070d am: f0f926d12f
Original change: https://android-review.googlesource.com/c/platform/external/wycheproof/+/1999072 Change-Id: I7df5358a44a450e343f209d3e5c628119decde36
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f379214..7692b25 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,3 +50,17 @@ java_library_static {
"junit",
],
}
+
+java_library_static {
+ name: "wycheproof-keystore",
+ visibility: [
+ "//cts/tests/tests/keystore",
+ ],
+ srcs: ["keystore-cts-src/**/*.java"],
+ sdk_version: "current",
+ libs: [
+ "bouncycastle-unbundled",
+ "bouncycastle-bcpkix-unbundled",
+ "junit",
+ ],
+}