Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
protobuf.bzl: skip '.' when handling includes in
_proto_gen_impl()
When generating `-I` arguments from `ctx.attr.includes` in `_proto_gen_impl()`, we might find '.' in the list. That's effectively source_dir, which we've already handled earlier, and has more specialized expansion code. Skip it here. #test-continuous PiperOrigin-RevId: 689557912
- Loading branch information