Loading java/app.go +2 −0 Original line number Diff line number Diff line Loading @@ -801,6 +801,8 @@ func collectAppDeps(ctx android.ModuleContext, app appDepsInterface, unstrippedFile: dep.UnstrippedOutputFile(), partition: dep.Partition(), }) } else if ctx.Config().AllowMissingDependencies() { ctx.AddMissingDependencies([]string{otherName}) } else { ctx.ModuleErrorf("dependency %q missing output file", otherName) } Loading Loading
java/app.go +2 −0 Original line number Diff line number Diff line Loading @@ -801,6 +801,8 @@ func collectAppDeps(ctx android.ModuleContext, app appDepsInterface, unstrippedFile: dep.UnstrippedOutputFile(), partition: dep.Partition(), }) } else if ctx.Config().AllowMissingDependencies() { ctx.AddMissingDependencies([]string{otherName}) } else { ctx.ModuleErrorf("dependency %q missing output file", otherName) } Loading