summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2024-12-05 00:01:49 +0000
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2024-12-05 00:01:49 +0000
commitcc457fe77e65a758c4068842c2a3c87ac6f7ec01 (patch)
treedbde74bd5af385bdcc43773eb0f3ceae83b5c4c6 /java/java.go
parentc14ddfe65c3d4d9aed42a06f6bbacfe6f5283da9 (diff)
parent58f6acf8fecce12168c045ae209d67bcd1e84edc (diff)
Snap for 12748980 from 58f6acf8fecce12168c045ae209d67bcd1e84edc to 25Q1-release
Change-Id: I0ab40c017f7d40cfb68fe97077367ef0286bb873
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go
index 260d33610..ee112c1da 100644
--- a/java/java.go
+++ b/java/java.go
@@ -326,6 +326,8 @@ type JavaInfo struct {
// 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
+
+ SdkVersion android.SdkSpec
}
var JavaInfoProvider = blueprint.NewProvider[*JavaInfo]()