mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01: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.
3 lines
30 B
Python
3 lines
30 B
Python
def protobuf_deps():
|
|
pass
|