aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2020-04-09 10:30:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-09 10:30:45 +0000
commit0670f41560e645d5fe119e77f6ae1f50b80aa6f0 (patch)
treee5cca6ad16a711f612b41072eebe53133efd949f
parenta663f6a5966327bd815327786b58a4c64448866d (diff)
parent85a3cd19ff2b8d2fc6aeab2c48cdec22403f80fe (diff)
downloadwycheproof-0670f41560e645d5fe119e77f6ae1f50b80aa6f0.tar.gz
Depend on conscrypt.module.platform.api not stubs am: 3fde40e7e3 am: 24807d9b5f am: ca0051ec49 am: c2f5ec2ec6 am: 85a3cd19ff
Change-Id: I8431901cde230fba8a501ac5121f93d5c286be03
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index b86fc07..d2069fb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,7 +32,7 @@ java_library_static {
sdk_version: "none",
system_modules: "art-module-platform-api-stubs-system-modules",
libs: [
- "conscrypt.module.platform.api.stubs",
+ "conscrypt.module.platform.api",
"junit",
],
}