Home
last modified time | relevance | path

Searched refs:BazelLabelForModuleSrc (Results 1 – 5 of 5) sorted by relevance

/build/soong/python/
Dpython.go204 data := android.BazelLabelForModuleSrc(ctx, baseProps.Data)
205 data.Append(android.BazelLabelForModuleSrc(ctx, baseProps.Java_data))
/build/soong/android/
Dbazel_paths.go183 func BazelLabelForModuleSrc(ctx BazelConversionPathContext, paths []string) bazel.LabelList { func
/build/soong/genrule/
Dgenrule.go852 tool_files_prop := android.BazelLabelForModuleSrc(ctx, m.properties.Tool_files)
856 srcs := bazel.MakeLabelListAttribute(android.BazelLabelForModuleSrc(ctx, m.properties.Srcs))
/build/soong/sh/
Dsh_binary.go550 android.BazelLabelForModuleSrc(ctx, []string{*m.properties.Src}))
/build/soong/cc/
Dbp2build.go150 attrs.Srcs.SetSelectValue(axis, config, android.BazelLabelForModuleSrc(ctx, props.Srcs))