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

Commit d297a092 authored by Ilshat Aliyev's avatar Ilshat Aliyev
Browse files

Add dependency information to the ide_query output.

Change-Id: I8497549a283a443aedde582593d5f275882f0268
parent 2f0d0b86
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 {