Home
last modified time | relevance | path

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

/build/soong/java/
Dgen.go136 var protoSrcs android.Paths
150 protoSrcs = append(protoSrcs, srcFile)
157 if len(protoSrcs) > 0 {
158 srcJarFiles := genProto(ctx, protoSrcs, flags.proto)
Dproto.go149 func bp2buildProto(ctx android.Bp2buildMutatorContext, m *Module, protoSrcs bazel.LabelListAttribut…
150 protoInfo, ok := android.Bp2buildProtoProperties(ctx, &m.ModuleBase, protoSrcs)
/build/soong/python/
Dpython.go602 var protoSrcs android.Paths
608 protoSrcs = append(protoSrcs, path.src)
620 if len(protoSrcs) > 0 {
624 for _, srcFile := range protoSrcs {
/build/soong/cc/
Dproto.go177 func bp2buildProto(ctx android.Bp2buildMutatorContext, m *Module, protoSrcs bazel.LabelListAttribut…
180 protoInfo, ok := android.Bp2buildProtoProperties(ctx, &m.ModuleBase, protoSrcs)
Dbp2build.go306 protoSrcs bazel.LabelListAttribute member
403 ca.protoSrcs = partitionedSrcs[protoSrcPartition]
572 protoDep := bp2buildProto(ctx, module, compilerAttrs.protoSrcs)