summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2023-11-16 17:05:47 -0800
committer Yu Liu <yudiliu@google.com> 2023-11-28 12:37:02 -0800
commiteae7b36699477c9c781669f553a7c085e415ac1e (patch)
tree7c19e74a9068e7f638060497f079cdca6ae473d8 /java/java.go
parent62093cf7fc83d4d002e9b802a5f6292bf7954744 (diff)
Add container property to aconfig_declarations.
Bug: 311155208 Test: Unit test Change-Id: I7b187138856d0144203961e82b6dad5e2f8eed9d
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/java/java.go b/java/java.go
index bb9357cc7..4962698de 100644
--- a/java/java.go
+++ b/java/java.go
@@ -297,15 +297,6 @@ type JavaInfo struct {
// JacocoReportClassesFile is the path to a jar containing uninstrumented classes that will be
// instrumented by jacoco.
JacocoReportClassesFile android.Path
-
- // set of aconfig flags for all transitive libs deps
- // TODO(joeo): It would be nice if this were over in the aconfig package instead of here.
- // In order to do that, generated_java_library would need a way doing
- // collectTransitiveAconfigFiles with one of the callbacks, and having that automatically
- // propagated. If we were to clean up more of the stuff on JavaInfo that's not part of
- // core java rules (e.g. AidlIncludeDirs), then maybe adding more framework to do that would be
- // worth it.
- TransitiveAconfigFiles *android.DepSet[android.Path]
}
var JavaInfoProvider = blueprint.NewProvider(JavaInfo{})