aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Gillin <peteg@google.com>2020-06-09 13:28:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-09 13:28:54 +0000
commit32f54cd7e2caccd6642c8a854b2468764d0608ef (patch)
tree6f41a979f2b2f8d9c4226b292060c5df2238ebc8
parent2c75c3e2c10481d78633389b8d3d095cf0b37edb (diff)
parent8a6152b03aac5cccb92cc88fd9af6e2b739b96c8 (diff)
downloadwycheproof-32f54cd7e2caccd6642c8a854b2468764d0608ef.tar.gz
Split the core/platform API into stable and legacy versions. am: 8a6152b03a
Original change: https://android-review.googlesource.com/c/platform/external/wycheproof/+/1321928 Change-Id: I82e50a634396bdbee1f5ce80dcf9a11f5e84a978
-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",