summaryrefslogtreecommitdiff
path: root/java/systemserver_classpath_fragment.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-08-28 00:49:13 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-08-28 00:49:13 +0000
commit9cbbafe300d2bd7d1cba25203d6f74fc5aec4cf2 (patch)
tree0c0943d826a50268535486d338b954867e03660e /java/systemserver_classpath_fragment.go
parent713f415cdecfacac6d8cf51c48323fd973c2d35d (diff)
parentb36d31d8705ab648bd84cd5ca0e2136c040a5b22 (diff)
Merge changes from topic "ctx_in_ideinfo" into main
* changes: Add ctx argument to IDEInfo() Add configurable property support to neverallow
Diffstat (limited to 'java/systemserver_classpath_fragment.go')
-rw-r--r--java/systemserver_classpath_fragment.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/systemserver_classpath_fragment.go b/java/systemserver_classpath_fragment.go
index 3225a3a4d..924abd460 100644
--- a/java/systemserver_classpath_fragment.go
+++ b/java/systemserver_classpath_fragment.go
@@ -239,7 +239,7 @@ func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpM
}
// Collect information for opening IDE project files in java/jdeps.go.
-func (s *SystemServerClasspathModule) IDEInfo(dpInfo *android.IdeInfo) {
+func (s *SystemServerClasspathModule) IDEInfo(ctx android.BaseModuleContext, dpInfo *android.IdeInfo) {
dpInfo.Deps = append(dpInfo.Deps, s.properties.Contents...)
dpInfo.Deps = append(dpInfo.Deps, s.properties.Standalone_contents...)
}