Searched defs:BazelConversionPathContext (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | bazel_paths.go | 87 type BazelConversionPathContext interface { interface 102 func BazelLabelForModuleDeps(ctx BazelConversionPathContext, modules []string) bazel.LabelList { 112 func BazelLabelForModuleDepsExcludes(ctx BazelConversionPathContext, modules, excludes []string) ba… 119 func BazelLabelForModuleDepsWithFn(ctx BazelConversionPathContext, modules []string, 120 moduleToLabelFn func(BazelConversionPathContext, blueprint.Module) string) bazel.LabelList { 150 func BazelLabelForModuleDepsExcludesWithFn(ctx BazelConversionPathContext, modules, excludes []stri… 151 moduleToLabelFn func(BazelConversionPathContext, blueprint.Module) string) bazel.LabelList { 163 func BazelLabelForModuleSrcSingle(ctx BazelConversionPathContext, path string) bazel.Label { 170 func BazelLabelForModuleDepSingle(ctx BazelConversionPathContext, path string) bazel.Label { 183 func BazelLabelForModuleSrc(ctx BazelConversionPathContext, paths []string) bazel.LabelList { [all …]
|
D | bazel.go | 97 GetBazelLabel(ctx BazelConversionPathContext, module blueprint.Module) string
|
D | variable.go | 648 func ProductVariableProperties(ctx BazelConversionPathContext) ProductConfigProperties {
|
/build/soong/cc/ |
D | bp2build.go | 60 func groupSrcsByExtension(ctx android.BazelConversionPathContext, srcs bazel.LabelListAttribute) ba… 88 func bp2BuildParseLibProps(ctx android.BazelConversionPathContext, module *Module, isStatic bool) s… 97 func bp2BuildParseSharedProps(ctx android.BazelConversionPathContext, module *Module) staticOrShare… 102 func bp2BuildParseStaticProps(ctx android.BazelConversionPathContext, module *Module) staticOrShare… 113 func maybePartitionExportedAndImplementationsDeps(ctx android.BazelConversionPathContext, exportsDe… 130 func maybePartitionExportedAndImplementationsDepsExcludes(ctx android.BazelConversionPathContext, e… 145 func bp2buildParseStaticOrSharedProps(ctx android.BazelConversionPathContext, module *Module, lib *… 207 func Bp2BuildParsePrebuiltLibraryProps(ctx android.BazelConversionPathContext, module *Module, isSt… 423 func parseSrcs(ctx android.BazelConversionPathContext, props *BaseCompilerProperties) (bazel.LabelL… 819 func bp2BuildMakePathsRelativeToModule(ctx android.BazelConversionPathContext, paths []string) []st… [all …]
|