Use PathForModuleOutput instead of PathForPhony am: 1acf6f9f6e

am: 8fbbdcd845

Change-Id: Ice69c889435c35dbb19aeb4d2c6b981e87e0657c
This commit is contained in:
Nikita Ioffe 2019-09-04 08:34:16 -07:00 committed by android-build-merger
commit 456370a7db
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext, apexType ap
implicitInputs = append(implicitInputs, imageContentFile) implicitInputs = append(implicitInputs, imageContentFile)
whitelistedFilesFile := android.PathForModuleSrc(ctx, proptools.String(a.properties.Whitelisted_files)) 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{ ctx.Build(pctx, android.BuildParams{
Rule: diffApexContentRule, Rule: diffApexContentRule,
Implicits: implicitInputs, Implicits: implicitInputs,