aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-09-27 09:13:26 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-27 09:13:26 -0700
commit787c9996b74fa3eca8d82aab264d05eda3d1013a (patch)
tree73bf6072ee918e8519b729e22bf95b947b67d2b0
parentd7e4790b6fc20f9a558a9b7ede8bc52c3d4029f2 (diff)
parent6663e964b74990efcf12410c8262b07902ad470e (diff)
downloadwycheproof-787c9996b74fa3eca8d82aab264d05eda3d1013a.tar.gz
Stop depending on core-system-modules
am: 6663e964b7 Change-Id: I7b29d72466321846257c4eb7a70941e23e595083
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 21b6cc2..dcb2fb6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,8 +30,10 @@ java_library_static {
"java/com/google/security/wycheproof/SpongyCastleAllTests.java",
],
sdk_version: "none",
- system_modules: "core-system-modules",
+ system_modules: "art-module-public-api-stubs-system-modules",
libs: [
+ "conscrypt",
+ "bouncycastle",
"junit",
],
}