Searched refs:Arch_paths (Results 1 – 1 of 1) sorted by relevance
32 Arch_paths []string `android:"path,arch_variant"` member119 Arch_paths bazel.LabelListAttribute member143 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,