Skip to content

Commit e53f05c

Browse files
Google APIscopybara-github
authored andcommitted
chore: use build file generator from googleapis/rules_gapic repository.
Committer: @alexander-fenster PiperOrigin-RevId: 358007902
1 parent caeee13 commit e53f05c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_tar")
22

33
alias(
44
name = "build_gen",
5-
actual = "@com_google_api_codegen//rules_gapic/bazel:build_file_generator",
5+
actual = "@rules_gapic//bazel:build_file_generator",
66
)

WORKSPACE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ go_register_toolchains()
123123

124124
gazelle_dependencies()
125125

126+
http_archive(
127+
name = "rules_gapic",
128+
strip_prefix = "rules_gapic-0.3.0",
129+
urls = ["https://github.com/googleapis/rules_gapic/archive/v0.3.0.tar.gz"],
130+
)
131+
load("@rules_gapic//:repositories.bzl", "rules_gapic_repositories")
132+
rules_gapic_repositories()
133+
126134
##############################################################################
127135
# C++
128136
##############################################################################

0 commit comments

Comments
 (0)