From a90cd1e4b89dd2cd9041a767ce88e57f794ba6bf Mon Sep 17 00:00:00 2001 From: yangfan deng Date: Tue, 5 Sep 2023 23:52:49 +0000 Subject: [PATCH] Add wear-sdk.impl to the InstrumentFrameworkModule list so that classes for wear-sdk.impl library can be exported inside jacoco-report-classes-all.jar Ignore-AOSP-First: internal-only projects Test: http://go/forrest-run/L55500030002341444 Bug: 298469315 Change-Id: Ib0943e8d472ee3005a6e240c83462b054c72f199 (cherry picked from commit 8e5dfaa98985a267278f17cf1600e3fb3668cfc5) --- java/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/java/config/config.go b/java/config/config.go index 83c27d309..cabfa013d 100644 --- a/java/config/config.go +++ b/java/config/config.go @@ -52,6 +52,7 @@ var ( "core-icu4j", "core-oj", "core-libart", + "wear-sdk.impl", } )