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

Commit 8277062d authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Switch genrule-phony to ninja phony rule" am: 4e1e3132 am: 297b397c

am: 97982924

Change-Id: I6c89481db6f3db1acc432a23a69e2fbf6899aabc
parents be7eb300 97982924
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -437,7 +437,7 @@ func (g *Module) generateSourceFile(ctx android.ModuleContext, task generateTask
		phonyFile := android.PathForModuleGen(ctx, "genrule-phony")

		ctx.Build(pctx, android.BuildParams{
			Rule:   android.Phony,
			Rule:   blueprint.Phony,
			Output: phonyFile,
			Inputs: g.outputFiles,
		})