Merge "Revert "Make glob output include product name"" into main
This commit is contained in:
@@ -195,13 +195,9 @@ func (pb PrimaryBuilderFactory) primaryBuilderInvocation() bootstrap.PrimaryBuil
|
||||
|
||||
var allArgs []string
|
||||
allArgs = append(allArgs, pb.specificArgs...)
|
||||
globPathName, ok := pb.config.TargetProductOrErr()
|
||||
if ok != nil {
|
||||
globPathName = pb.name
|
||||
}
|
||||
allArgs = append(allArgs,
|
||||
"--globListDir", globPathName,
|
||||
"--globFile", pb.config.NamedGlobFile(globPathName))
|
||||
"--globListDir", pb.name,
|
||||
"--globFile", pb.config.NamedGlobFile(pb.name))
|
||||
|
||||
allArgs = append(allArgs, commonArgs...)
|
||||
allArgs = append(allArgs, environmentArgs(pb.config, pb.name)...)
|
||||
|
Reference in New Issue
Block a user