aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-10-04 15:39:06 +0100
committerPaul Duffin <paulduffin@google.com>2019-10-04 15:39:06 +0100
commit2606e10c83d3632336460886893c7c10ac5fb6da (patch)
tree7177b81afd36477e9deaf3300ccceee114cfdb92
parent6663e964b74990efcf12410c8262b07902ad470e (diff)
downloadwycheproof-ndk-sysroot-r21.tar.gz
Build wycheproof against ART and Conscrypt module's platform APIndk-sysroot-r21
Bug: 141742596 Test: m wycheproof Change-Id: I173f9a9f080afaf202ecf4b6bc29c6bfd83866a4
-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",
],
}