Skip to content

Commit

Permalink
review: add todo skylark macro
Browse files Browse the repository at this point in the history
Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
  • Loading branch information
dio committed Jul 12, 2018
1 parent 784d789 commit c2dc9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def api_dependencies():
name = "googleapis",
strip_prefix = "googleapis-" + GOOGLEAPIS_SHA,
url = "https://github.com/googleapis/googleapis/archive/" + GOOGLEAPIS_SHA + ".tar.gz",
# TODO(dio): Consider writing a Skylark macro for importing Google API proto.
build_file_content = """
load("@com_google_protobuf//:protobuf.bzl", "cc_proto_library", "py_proto_library")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
Expand Down

0 comments on commit c2dc9e8

Please sign in to comment.