Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8fe3a49 authored by Ilshat Aliyev's avatar Ilshat Aliyev Committed by Gerrit Code Review
Browse files

Merge "Add dependency information to the ide_query output." into main

parents b9294988 d297a092
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -363,6 +363,7 @@ func getJavaInputs(env Env, modulesByPath map[string]string, modules map[string]
				Id:              name,
				SourceFilePaths: mod.Srcs,
				GeneratedFiles:  genFiles(env, paths),
				DependencyIds:   mod.Deps,
			}

			for _, d := range mod.Deps {