diff --git a/WORKSPACE b/WORKSPACE index eee1f2b..e44365d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -58,11 +58,21 @@ bind( actual = "@com_google_protobuf//:protobuf", ) +bind( + name = "com_google_protobuf_cc", + actual = "@com_google_protobuf//:protobuf", +) + bind( name = "protobuf_java", actual = "@com_google_protobuf//:protobuf_java", ) +bind( + name = "com_google_protobuf_java", + actual = "@com_google_protobuf//:protobuf_java", +) + bind( name = "openssl", actual = "@boringssl_repo//:crypto",