summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2023-11-30 21:33:34 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-11-30 21:33:34 +0000
commit9dc6b1025d7696c8d950de01fe57123e882de8d6 (patch)
tree041c86b6a7cd394bea4a4af9e2c81d72438389d4 /java/java.go
parente6698b06c3957b855851abb0c2d297f6a5e81a28 (diff)
parenteae7b36699477c9c781669f553a7c085e415ac1e (diff)
Merge "Add container property to aconfig_declarations." into main
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 9f30ad3a5..2236d05b2 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{})