Home
last modified time | relevance | path

Searched defs:protobufDecorator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/soong/rust/
H A Dprotobuf.go62 type protobufDecorator struct { struct
63 *BaseSourceProvider
65 Properties ProtobufProperties
66 protoNames []string
67 additionalCrates []string
68 grpcNames []string
70 grpcProtoFlags android.ProtoFlags
71 protoFlags android.ProtoFlags
74 func (proto *protobufDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path {
207 func (proto *protobufDecorator) genModFileContents() string {
[all …]