Use PathForModuleOutput instead of PathForPhony am: 1acf6f9f6e
am: 8fbbdcd845
Change-Id: Ice69c889435c35dbb19aeb4d2c6b981e87e0657c
This commit is contained in:
commit
456370a7db
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue