Skip to content

Commit b0e8809

Browse files
Google APIscopybara-github
authored andcommitted
chore: migrate maps/routes to the PHP microgenerator
Committer: @miraleung PiperOrigin-RevId: 373493291
1 parent 38770cd commit b0e8809

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

google/maps/routes/v1/BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,12 @@ py_gapic_library(
120120

121121
##############################################################################
122122
# PHP
123+
# DO NOT OVERRIDE this PHP microgenerator section with autogenerated rules.
123124
##############################################################################
124125
load(
125126
"@com_google_googleapis_imports//:imports.bzl",
126-
"php_grpc_library",
127-
"php_proto_library",
127+
php_grpc_library = "php_grpc_library2",
128+
php_proto_library = "php_proto_library2",
128129
)
129130

130131
php_proto_library(

google/maps/routes/v1alpha/BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,12 @@ py_grpc_library(
9393

9494
##############################################################################
9595
# PHP
96+
# DO NOT OVERRIDE this PHP microgenerator section with autogenerated rules.
9697
##############################################################################
9798
load(
9899
"@com_google_googleapis_imports//:imports.bzl",
99-
"php_grpc_library",
100-
"php_proto_library",
100+
php_grpc_library = "php_grpc_library2",
101+
php_proto_library = "php_proto_library2",
101102
)
102103

103104
php_proto_library(

0 commit comments

Comments
 (0)