Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dtesting.go143 paths := bazel.MakeLabelListAttribute(android.BazelLabelForModuleSrc(ctx, m.props.Arch_paths))
147 paths.SetValueForArch(arch.Name, android.BazelLabelForModuleSrc(ctx, archProps.Arch_paths))
/build/soong/python/
Dbinary.go101 data := android.BazelLabelForModuleSrc(ctx, m.properties.Data)
/build/soong/cc/
Dbp2build.go106 Value: android.BazelLabelForModuleSrc(ctx, lib.SharedProperties.Shared.Srcs)}
144 Value: android.BazelLabelForModuleSrc(ctx, lib.StaticProperties.Static.Srcs)}
/build/soong/android/
Dbazel_paths.go113 func BazelLabelForModuleSrc(ctx BazelConversionPathContext, paths []string) bazel.LabelList { func
/build/soong/genrule/
Dgenrule.go838 tool_files_prop := android.BazelLabelForModuleSrc(ctx, m.properties.Tool_files)
842 srcs := bazel.MakeLabelListAttribute(android.BazelLabelForModuleSrc(ctx, m.properties.Srcs))