aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-10-08 06:29:01 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-08 06:29:01 -0700
commit46289301196e432017b5bf0d2ea2599a9ede0362 (patch)
tree7177b81afd36477e9deaf3300ccceee114cfdb92
parent787c9996b74fa3eca8d82aab264d05eda3d1013a (diff)
parent2606e10c83d3632336460886893c7c10ac5fb6da (diff)
downloadwycheproof-46289301196e432017b5bf0d2ea2599a9ede0362.tar.gz
Build wycheproof against ART and Conscrypt module's platform API
am: 2606e10c83 Change-Id: Ib75d68303588648a462d7ee340f1770e9658ca2c
-rw-r--r--Android.bp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index dcb2fb6..b86fc07 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,10 +30,9 @@ java_library_static {
"java/com/google/security/wycheproof/SpongyCastleAllTests.java",
],
sdk_version: "none",
- system_modules: "art-module-public-api-stubs-system-modules",
+ system_modules: "art-module-platform-api-stubs-system-modules",
libs: [
- "conscrypt",
- "bouncycastle",
+ "conscrypt.module.platform.api.stubs",
"junit",
],
}