mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
An unusual (but possible) systemlib configuration is to use system libprotobuf but bundled gRPC. This doesn't currently work: gRPC requires the protobuf_deps rule that isn't defined by systemlib libprotobuf. This change adds the rule, fixing that particular systemlib configuration.