aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-10-08 06:40:42 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-08 06:40:42 -0700
commit5f636315ce70a7333a19f98dae232febad681453 (patch)
tree7177b81afd36477e9deaf3300ccceee114cfdb92
parent3a5ddc37fdcb9a73666baa637084cd4b7ba65a95 (diff)
parent1ed6bfe694fa10de3607f7f7706632471c182620 (diff)
downloadwycheproof-5f636315ce70a7333a19f98dae232febad681453.tar.gz
Build wycheproof against ART and Conscrypt module's platform API am: 2606e10c83 am: 4628930119
am: 1ed6bfe694 Change-Id: I79b482daba285e4bbe779412db0822c515cfd616
-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",
],
}