From 3fde40e7e37267a2f7b1e38b927e07239a9ea090 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 8 Apr 2020 23:27:54 +0100 Subject: 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 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ], } -- cgit v1.2.3