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