Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dtesting.go32 Arch_paths []string `android:"path,arch_variant"` member
119 Arch_paths bazel.LabelListAttribute member
143 paths := bazel.MakeLabelListAttribute(android.BazelLabelForModuleSrc(ctx, m.props.Arch_paths))
146 if archProps, ok := props.(*customProps); ok && archProps.Arch_paths != nil {
147 paths.SetValueForArch(arch.Name, android.BazelLabelForModuleSrc(ctx, archProps.Arch_paths))
154 Arch_paths: paths,