Skip to content

Commit 928286b

Browse files
Google APIscopybara-github
authored andcommitted
chore: Add build rules in BUILD.bazel for google/cloud/common protos for python
PiperOrigin-RevId: 400225997
1 parent af7fb72 commit 928286b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

google/cloud/common/BUILD.bazel

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,28 @@ php_grpc_library(
8484
deps = [":common_php_proto"],
8585
)
8686

87+
##############################################################################
88+
# Python
89+
##############################################################################
90+
load(
91+
"@com_google_googleapis_imports//:imports.bzl",
92+
"py_gapic_assembly_pkg",
93+
"py_gapic_library",
94+
)
95+
96+
py_gapic_library(
97+
name = "common_py_gapic",
98+
srcs = [":common_proto"],
99+
)
100+
101+
# Open Source Packages
102+
py_gapic_assembly_pkg(
103+
name = "common-py",
104+
deps = [
105+
":common_py_gapic",
106+
],
107+
)
108+
87109
##############################################################################
88110
# Ruby
89111
##############################################################################

0 commit comments

Comments
 (0)