java_proto_common
Helper class for Java proto compilation.Members
has_proto_sources
bool java_proto_common.has_proto_sources(target)Returns whether the given proto_library target contains proto sources. If there are no sources it means that the proto_library is an alias library, which exports its dependencies.
Parameters
Parameter | Description |
---|---|
target
|
The proto_library target. |