Skip to content

Commit

Permalink
Fixed the compatibility issue with the latest update on esp (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangchiandjjoe authored Mar 7, 2017
1 parent 9efd2b3 commit cafe153
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/endpoints/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,13 @@ def grpc_repositories(bind=True):
actual = "@grpc_git//:grpc++_codegen_proto",
)

def googleapis_repositories(protobuf_repo="@protobuf_git//", bind=True):
BUILD = """
""".format(protobuf_repo)

def servicecontrol_client_repositories(bind=True):
googleapis_repositories(bind=bind)

native.git_repository(
name = "servicecontrol_client_git",
Expand Down

0 comments on commit cafe153

Please sign in to comment.