commit | 724ab5d5f78c9fedf9092fedb09d442d51bae2e3 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Sep 19 10:50:18 2019 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Thu Sep 19 10:51:03 2019 -0700 |
tree | 639fbe1143f841f7ec7d1ac4eedc446082ec7f2f | |
parent | 1f6c94a3ac5cc86c81a3a8e9ed5561d0e1e9c5fc [diff] [blame] |
Fix missing deps found through RBE Bug: 130111713 Test: run with RBE, no longer see error about file not found Change-Id: Ib6192f2a537f49efdb69b3f3bf28aef1660dec01
diff --git a/cc/object.go b/cc/object.go index 1a2711d..f619c79 100644 --- a/cc/object.go +++ b/cc/object.go
@@ -123,7 +123,7 @@ output = input } - TransformObjsToObj(ctx, objs.objFiles, builderFlags, output) + TransformObjsToObj(ctx, objs.objFiles, builderFlags, output, flags.LdFlagsDeps) } ctx.CheckbuildFile(outputFile)