# GCE-compatible alternatives for GRPC
#
package(default_visibility = ["//:internal"])

licenses(["notice"])

cc_library(
    name = "grpc_gce",
    deps = ["@com_github_grpc_grpc//:grpc"],
    alwayslink = 1,
)

cc_library(
    name = "grpc++_gce",
    deps = ["@com_github_grpc_grpc//:grpc++"],
    alwayslink = 1,
)
