aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-09-28 23:17:23 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-09-28 23:17:23 +0000
commit12e8ac153f42139541c7a4d2958235ded2118556 (patch)
tree73bf6072ee918e8519b729e22bf95b947b67d2b0
parent1978d97b71db9edfcea7f90f2bb70530529f27b1 (diff)
parentff87d67ac9abf20e2b28e83b0e3c8a08fb6c7b13 (diff)
downloadwycheproof-12e8ac153f42139541c7a4d2958235ded2118556.tar.gz
Snap for 5907574 from ff87d67ac9abf20e2b28e83b0e3c8a08fb6c7b13 to rvc-release
Change-Id: I25eb35be98c32c16843e61cf8cb0c8d1561e5ca0
-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",
],
}