aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDaulet Zhanguzin <dauletz@google.com>2021-02-03 12:10:46 +0000
committerDaulet Zhanguzin <dauletz@google.com>2021-02-03 12:10:46 +0000
commit8c3e089df0baf7f7cd9ca4a23f69ef6e9535c4bd (patch)
treeec85bcc16e2eefcff90c5d8d5a75464428414639 /Android.bp
parent7f8ed30017f980f6b230063a95f52a1a1eac6787 (diff)
downloadwycheproof-8c3e089df0baf7f7cd9ca4a23f69ef6e9535c4bd.tar.gz
Run wycheproof tests against unbundled version of BouncyCastle
Test: Treehugger Change-Id: I4439fb6b1052d15589bad359d1e5cb447cdc8223
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 5c07309..8223bea 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,9 +29,9 @@ java_library_static {
"java/com/google/security/wycheproof/SpongyCastleTest.java",
"java/com/google/security/wycheproof/SpongyCastleAllTests.java",
],
- sdk_version: "none",
- system_modules: "legacy-art-module-platform-api-stubs-system-modules",
+ sdk_version: "current",
libs: [
+ "bouncycastle-repackaged-unbundled",
"conscrypt.module.platform.api",
"junit",
],