Searched defs:ProtoFlags (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | proto.go | 32 type ProtoFlags struct { struct 33 Flags []string 34 CanonicalPathFromRoot bool 35 Dir ModuleGenPath 36 SubDir ModuleGenPath 37 OutTypeFlag string 38 OutParams []string 39 Deps Paths 125 func ProtoRule(ctx ModuleContext, rule *RuleBuilder, protoFile Path, flags ProtoFlags, deps Paths,
|
/build/soong/python/ |
D | proto.go | 21 func genProto(ctx android.ModuleContext, protoFile android.Path, flags android.ProtoFlags, pkgPath …
|
/build/soong/java/ |
D | proto.go | 24 func genProto(ctx android.ModuleContext, protoFiles android.Paths, flags android.ProtoFlags) androi…
|