Files
ports/science/py-tensorflow/files/rules_java.java.private.proto_support.bzl
T
2026-03-28 12:07:36 -07:00

8 lines
230 B
Python

# Compatibility stub for rules_java 7.x + protobuf 6.31.1 (which needs 8.x APIs).
def compile(**kwargs):
return java_common.compile(**kwargs)
def merge(providers, **kwargs):
return java_common.merge(providers, **kwargs)