aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2020-04-08 23:27:54 +0100
committerPaul Duffin <paulduffin@google.com>2020-04-08 23:27:54 +0100
commit3fde40e7e37267a2f7b1e38b927e07239a9ea090 (patch)
treee5cca6ad16a711f612b41072eebe53133efd949f
parent217dd213c0b777176e459f9a606c3395c9456fb6 (diff)
downloadwycheproof-3fde40e7e37267a2f7b1e38b927e07239a9ea090.tar.gz
Depend on conscrypt.module.platform.api not stubs
Changed the dependency from the stubs module created by the conscrypt.module.platform.api java_sdk_library to the conscrypt.module.platform.api java_sdk_library itself. Needed to allow the conscrypt.module.platform.api to be exported from conscrypt-module-sdk instead of the stubs module. Bug: 153443117 Test: m wycheproof Manually verified that the classpath was the same before and after the change. Verified that while Soong rebuilt the ninja file after this change it did not need to rebuild the wycheproof which indicates that ninja determined that the command line to build it had not changed. Change-Id: I75a46825e7dcf937083eb7954aafe6a2446b0c81
-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",
],
}