Skip to content

Commit b58725a

Browse files
Google APIscopybara-github
authored andcommitted
chore: generate java files for google/cloud/location
PiperOrigin-RevId: 411582675
1 parent 4bd5f4b commit b58725a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

google/cloud/location/BUILD.bazel

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ load(
3636
"@com_google_googleapis_imports//:imports.bzl",
3737
"java_grpc_library",
3838
"java_proto_library",
39+
"java_gapic_assembly_gradle_pkg"
3940
)
4041

4142
java_proto_library(
@@ -49,6 +50,18 @@ java_grpc_library(
4950
deps = [":location_java_proto"],
5051
)
5152

53+
54+
# Please DO-NOT-REMOVE this section.
55+
# This is required to generate java files for these protos.
56+
# Open Source Packages
57+
java_gapic_assembly_gradle_pkg(
58+
name = "google-cloud-location-java",
59+
deps = [
60+
":location_java_grpc",
61+
":location_java_proto",
62+
],
63+
)
64+
5265
##############################################################################
5366
# Go
5467
##############################################################################

0 commit comments

Comments
 (0)