Home
last modified time | relevance | path

Searched refs:ProtoPluginDepTag (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dproto.go47 var ProtoPluginDepTag = protoDependencyTag{name: "plugin"} var
56 ProtoPluginDepTag, "protoc-gen-"+plugin)
73 ctx.VisitDirectDepsWithTag(ProtoPluginDepTag, func(dep Module) {
/build/soong/cc/
Dcc.go2282 if depTag == android.ProtoPluginDepTag {