aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-09-27 09:26:20 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-27 09:26:20 -0700
commit3a5ddc37fdcb9a73666baa637084cd4b7ba65a95 (patch)
tree73bf6072ee918e8519b729e22bf95b947b67d2b0
parentf1e854a3bc0dbba1d4871137e4985558b2e7910c (diff)
parent9678cc684642dafe21e9825e4c402743ac2f227c (diff)
downloadwycheproof-3a5ddc37fdcb9a73666baa637084cd4b7ba65a95.tar.gz
Stop depending on core-system-modules am: 6663e964b7 am: 787c9996b7
am: 9678cc6846 Change-Id: I8333214fdaf93a9b62a625eee2d824cf9269db73
-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",
],
}