HomeSort by relevance Sort by last modified time
    Searched refs:protoFile (Results 1 - 8 of 8) sorted by null

  /build/soong/cc/
proto.go 41 func genProto(ctx android.ModuleContext, protoFile android.Path,
47 ccFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb.cc")
48 headerFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb.h")
50 rel := protoFile.Rel()
51 protoBase = strings.TrimSuffix(protoFile.String(), rel)
58 Description: "protoc " + protoFile.Rel(),
60 Input: protoFile,
  /build/soong/java/
proto.go 43 func genProto(ctx android.ModuleContext, protoFile android.Path, flags javaBuilderFlags) android.Path {
44 srcJarFile := android.GenPathWithExt(ctx, "proto", protoFile, "srcjar")
50 protoBase = strings.TrimSuffix(protoFile.String(), protoFile.Rel())
55 Description: "protoc " + protoFile.Rel(),
57 Input: protoFile,