aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2020-04-09 09:25:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-09 09:25:59 +0000
commitdb35f083b3860083f3c1797b20833224daa5af52 (patch)
treee5cca6ad16a711f612b41072eebe53133efd949f
parent13ee72ce76b0a38e4d58f9fd4d5e2fdc697f4fd8 (diff)
parent24807d9b5fa0e272d8cd673c51ccf0373fb23b47 (diff)
downloadwycheproof-db35f083b3860083f3c1797b20833224daa5af52.tar.gz
Depend on conscrypt.module.platform.api not stubs am: 3fde40e7e3 am: 24807d9b5f
Change-Id: I7b170771c5a2483314d441abfd2c769fdc189424
-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",
],
}