Searched refs:SetValueForOS (Results 1 – 2 of 2) sorted by relevance
/build/soong/cc/ |
D | bp2build.go | 280 srcs.SetValueForOS(os.Name, bazel.SubtractBazelLabelList(srcsList, baseSrcsLabelList)) 281 copts.SetValueForOS(os.Name, parseCopts(baseCompilerProps)) 368 wholeArchiveDeps.SetValueForOS(os.Name, android.BazelLabelForModuleDeps(ctx, wholeArchiveLibs)) 369 deps.SetValueForOS(os.Name, android.BazelLabelForModuleDeps(ctx, libs)) 371 linkopts.SetValueForOS(os.Name, getBp2BuildLinkerFlags(baseLinkerProps)) 374 dynamicDeps.SetValueForOS(os.Name, android.BazelLabelForModuleDeps(ctx, sharedLibs)) 447 includeDirsAttribute.SetValueForOS(os.Name, osIncludeDirs)
|
/build/soong/bazel/ |
D | properties.go | 334 attrs.SetValueForOS(os, this) 407 func (attrs *LabelListAttribute) SetValueForOS(os string, value LabelList) { func 528 func (attrs *StringListAttribute) SetValueForOS(os string, value []string) { func 550 attrs.SetValueForOS(os, this)
|