aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Gillin <peteg@google.com>2020-06-09 17:14:27 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-09 17:14:27 +0000
commit7f8ed30017f980f6b230063a95f52a1a1eac6787 (patch)
tree6f41a979f2b2f8d9c4226b292060c5df2238ebc8
parentcc2d6a6687dcbf47418f238d7db396fec3fb4d99 (diff)
parentd81aa9d71052f5c97a2e402b3b1b5f85881b0c00 (diff)
downloadwycheproof-7f8ed30017f980f6b230063a95f52a1a1eac6787.tar.gz
Split the core/platform API into stable and legacy versions. am: 8a6152b03a am: 32f54cd7e2 am: 3e86fc2cb9 am: d81aa9d710
Original change: https://android-review.googlesource.com/c/platform/external/wycheproof/+/1321928 Change-Id: I041574a3b8c518eb83599e7d8c0e9d4ec11eeb3f
-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",