summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Jihoon Kang <jihoonkang@google.com> 2024-03-20 00:08:50 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-03-20 00:08:50 +0000
commit6e739b9b4da28ebf6fa35e8102a9d176f0b1fdc5 (patch)
tree49243cfeaf2fc568a572d449a98ddc0284e72474 /java/java.go
parenta8ad9bbd4fec114a7fc25251a073ad67995b9f15 (diff)
parent705e63e362bbba7e9804acf330263caa331b386f (diff)
Merge "Propagate intermediateCacheFiles in java modules and filegroup" into main
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go
index e606993f2..645283fb7 100644
--- a/java/java.go
+++ b/java/java.go
@@ -309,6 +309,10 @@ type JavaInfo struct {
// implementation jars. If the provider is set by java_sdk_library, the link type is "unknown"
// and selection between the stub jar vs implementation jar is deferred to SdkLibrary.sdkJars(...)
StubsLinkType StubsLinkType
+
+ // AconfigIntermediateCacheOutputPaths is a path to the cache files collected from the
+ // java_aconfig_library modules that are statically linked to this module.
+ AconfigIntermediateCacheOutputPaths android.Paths
}
var JavaInfoProvider = blueprint.NewProvider[JavaInfo]()