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