Searched refs:bazelLabelForSharedDeps (Results 1 – 2 of 2) sorted by relevance
/build/soong/cc/ |
D | bp2build.go | 151 …attrs.System_dynamic_deps.SetSelectValue(axis, config, bazelLabelForSharedDeps(ctx, props.System_s… 157 …tationsDeps(ctx, true, props.Shared_libs, props.Export_shared_lib_headers, bazelLabelForSharedDeps) 655 la.systemDynamicDeps.SetSelectValue(axis, config, bazelLabelForSharedDeps(ctx, systemSharedLibs)) 793 …toRemove := bazelLabelForSharedDeps(ctx, android.SortedStringKeys(la.usedSystemDynamicDepAsDynamic… 921 func bazelLabelForSharedDeps(ctx android.BazelConversionPathContext, modules []string) bazel.LabelL… func 928 return bazelLabelForSharedDeps(ctx, modules)
|
D | object.go | 167 systemDynamicDeps.SetSelectValue(axis, config, bazelLabelForSharedDeps(ctx, systemSharedLibs))
|