diff --git a/WORKSPACE b/WORKSPACE index 7f8ac0e..7412539 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -59,11 +59,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",