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