To generate/update BUILD.bazel files for any particular client or a batch of clients: ``` bazel run //:build_gen -- --src=google/example/library ``` PiperOrigin-RevId: 286958627pull/590/head
parent
1a380ea21d
commit
46e52fd649
2 changed files with 5 additions and 9 deletions
@ -1,10 +1,6 @@ |
||||
load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_tar") |
||||
|
||||
# Target used by Cloud Build to build GAPIC libraries. |
||||
# To find all available rules, use: |
||||
# $ grep -Er '\-(java|go|php)"' |
||||
pkg_tar( |
||||
name = "gapic-cloud-build", |
||||
deps = [ |
||||
], |
||||
alias( |
||||
name = "build_gen", |
||||
actual = "@com_google_api_codegen//rules_gapic/bazel:build_file_generator", |
||||
) |
||||
|
Loading…
Reference in new issue