Home
last modified time | relevance | path

Searched refs:SetValueForOS (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dbp2build.go280 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/
Dproperties.go334 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)