Searched refs:MakeLabelListAttribute (Results 1 – 7 of 7) sorted by relevance
105 Srcs: bazel.MakeLabelListAttribute(srcs),106 Data: bazel.MakeLabelListAttribute(data),
60 srcs := bazel.MakeLabelListAttribute(
325 deps = bazel.MakeLabelListAttribute(android.BazelLabelForModuleDeps(ctx, libs))327 …wholeArchiveDeps = bazel.MakeLabelListAttribute(android.BazelLabelForModuleDeps(ctx, wholeArchiveL…334 dynamicDeps = bazel.MakeLabelListAttribute(android.BazelLabelForModuleDeps(ctx, sharedLibs))
165 deps = bazel.MakeLabelListAttribute(
143 paths := bazel.MakeLabelListAttribute(android.BazelLabelForModuleSrc(ctx, m.props.Arch_paths))
841 tools := bazel.MakeLabelListAttribute(tools_prop)842 srcs := bazel.MakeLabelListAttribute(android.BazelLabelForModuleSrc(ctx, m.properties.Srcs))
316 func MakeLabelListAttribute(value LabelList) LabelListAttribute { func