Searched defs:protobufDecorator (Results 1 – 1 of 1) sorted by relevance
62 type protobufDecorator struct { struct63 *BaseSourceProvider65 Properties ProtobufProperties66 protoNames []string67 additionalCrates []string68 grpcNames []string70 grpcProtoFlags android.ProtoFlags71 protoFlags android.ProtoFlags74 func (proto *protobufDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path {207 func (proto *protobufDecorator) genModFileContents() string {[all …]