diff --git a/cc/builder.go b/cc/builder.go index 5545a5b05..9cd78d59a 100644 --- a/cc/builder.go +++ b/cc/builder.go @@ -235,6 +235,7 @@ var ( }, &remoteexec.REParams{ Labels: map[string]string{"type": "abi-dump", "tool": "header-abi-dumper"}, ExecStrategy: "${config.REAbiDumperExecStrategy}", + Inputs: []string{"$sAbiLinkerLibs"}, Platform: map[string]string{ remoteexec.PoolKey: "${config.RECXXPool}", },