aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Gillin <peteg@google.com>2020-06-02 16:23:29 +0100
committerPete Gillin <peteg@google.com>2020-06-03 15:05:54 +0100
commit8a6152b03aac5cccb92cc88fd9af6e2b739b96c8 (patch)
tree6f41a979f2b2f8d9c4226b292060c5df2238ebc8
parent2c75c3e2c10481d78633389b8d3d095cf0b37edb (diff)
downloadwycheproof-8a6152b03aac5cccb92cc88fd9af6e2b739b96c8.tar.gz
Split the core/platform API into stable and legacy versions.android-r-beta-3android-r-beta-2
For now, everything outside libcore still uses the legacy version. Test: treehugger Bug: 157640067 Change-Id: I257331c27fde7499542ee23d00b0e1c3bbe29dbd
-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",