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

Commit 8fbbdcd8 authored by Nikita Ioffe's avatar Nikita Ioffe Committed by android-build-merger
Browse files

Use PathForModuleOutput instead of PathForPhony

am: 1acf6f9f

Change-Id: I39f05674e437f0c5e4c8ca28b295e78771f5840e
parents 6f326336 1acf6f9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1192,7 +1192,7 @@ func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext, apexType ap
		implicitInputs = append(implicitInputs, imageContentFile)
		whitelistedFilesFile := android.PathForModuleSrc(ctx, proptools.String(a.properties.Whitelisted_files))

		phonyOutput := android.PathForPhony(ctx, ctx.ModuleName()+"-diff-phony-output")
		phonyOutput := android.PathForModuleOut(ctx, ctx.ModuleName()+"-diff-phony-output")
		ctx.Build(pctx, android.BuildParams{
			Rule:        diffApexContentRule,
			Implicits:   implicitInputs,