Home
last modified time | relevance | path

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

/build/soong/cc/
Dbp2build.go151 …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)
Dobject.go167 systemDynamicDeps.SetSelectValue(axis, config, bazelLabelForSharedDeps(ctx, systemSharedLibs))