Fix missing deps found through RBE

Bug: 130111713
Test: run with RBE, no longer see error about file not found
Change-Id: Ib6192f2a537f49efdb69b3f3bf28aef1660dec01
This commit is contained in:
Dan Willemsen
2019-09-19 10:50:18 -07:00
parent 1f6c94a3ac
commit 724ab5d5f7
3 changed files with 4 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ func (object *objectLinker) link(ctx ModuleContext,
output = input
}
TransformObjsToObj(ctx, objs.objFiles, builderFlags, output)
TransformObjsToObj(ctx, objs.objFiles, builderFlags, output, flags.LdFlagsDeps)
}
ctx.CheckbuildFile(outputFile)