Include .inc files directly instead of through a filegroup (#14575)
gRPC auto-generates CMake and other build configs from the Bazel build graph, but the logic for doing this does not know how to handle filegroups. This change works around that problem by making the `:port` target refer directly to the `.inc` files instead of going through a filegroup. This solution is not ideal but I think it's probably the best way to unblock progress for now. PiperOrigin-RevId: 578333954pull/14583/head
parent
0a5d6d4a45
commit
8defef58f4
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue