aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-10-08 06:46:23 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-08 06:46:23 -0700
commit93d5b8d627c4e19810bb66f178f50b5ef42eac7a (patch)
tree7177b81afd36477e9deaf3300ccceee114cfdb92
parentff87d67ac9abf20e2b28e83b0e3c8a08fb6c7b13 (diff)
parent5f636315ce70a7333a19f98dae232febad681453 (diff)
downloadwycheproof-93d5b8d627c4e19810bb66f178f50b5ef42eac7a.tar.gz
Build wycheproof against ART and Conscrypt module's platform API am: 2606e10c83 am: 4628930119 am: 1ed6bfe694
am: 5f636315ce Change-Id: I24d2b8e1ac10fec25d053810e707ed4b4fccad17
-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",
],
}