aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-09-27 09:32:52 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-27 09:32:52 -0700
commitff87d67ac9abf20e2b28e83b0e3c8a08fb6c7b13 (patch)
tree73bf6072ee918e8519b729e22bf95b947b67d2b0
parentcf395b16931ac0abf67d987473083e2f0c14d7c6 (diff)
parent3a5ddc37fdcb9a73666baa637084cd4b7ba65a95 (diff)
downloadwycheproof-ff87d67ac9abf20e2b28e83b0e3c8a08fb6c7b13.tar.gz
Stop depending on core-system-modules am: 6663e964b7 am: 787c9996b7 am: 9678cc6846
am: 3a5ddc37fd Change-Id: I9b3b33f063a043baa50657b7c94813af180675d1
-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",
],
}