Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 578333954
- Loading branch information