aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Gillin <peteg@google.com>2020-06-09 16:57:56 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-09 16:57:56 +0000
commitd81aa9d71052f5c97a2e402b3b1b5f85881b0c00 (patch)
tree6f41a979f2b2f8d9c4226b292060c5df2238ebc8
parentbe7ca6c867d0a1704cf14ee08717ab4dde5aac77 (diff)
parent3e86fc2cb9c9b3acd758813cafcfffa869ae08bd (diff)
downloadwycheproof-d81aa9d71052f5c97a2e402b3b1b5f85881b0c00.tar.gz
Split the core/platform API into stable and legacy versions. am: 8a6152b03a am: 32f54cd7e2 am: 3e86fc2cb9
Original change: https://android-review.googlesource.com/c/platform/external/wycheproof/+/1321928 Change-Id: I3973b00ff86cc701a2df3c26dee6f9723762f7b0
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index d2069fb..5c07309 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,7 +30,7 @@ java_library_static {
"java/com/google/security/wycheproof/SpongyCastleAllTests.java",
],
sdk_version: "none",
- system_modules: "art-module-platform-api-stubs-system-modules",
+ system_modules: "legacy-art-module-platform-api-stubs-system-modules",
libs: [
"conscrypt.module.platform.api",
"junit",