aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorPrashant Patil <patilprashant@google.com>2022-03-09 15:46:34 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-09 15:46:34 +0000
commit8c6d4d2381d3e1e95e0111983920f2f1728b265c (patch)
treea4f137b98dda223d4c6f132c14fa7e16271291ef /Android.bp
parentf49fc9d7d67d89ff773717e72e2f6aa4f521bd68 (diff)
parentf067ef714ee127bec9d932c941e6045d455c39e9 (diff)
downloadwycheproof-8c6d4d2381d3e1e95e0111983920f2f1728b265c.tar.gz
Keystore: Wycheproof test cases added to Keystore CTS module am: 62af42070d am: f0f926d12f am: f067ef714e
Original change: https://android-review.googlesource.com/c/platform/external/wycheproof/+/1999072 Change-Id: Iec49de86ff1b122aab4ccf901d6b9f39fb97065e
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",
+ ],
+}