Skip to content

Commit 6a66cdb

Browse files
Google APIscopybara-github
authored andcommitted
chore: migrate identity/accesscontextmanager to the PHP microgenerator
Committer: @miraleung PiperOrigin-RevId: 373492050
1 parent 9f67f84 commit 6a66cdb

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

google/identity/accesscontextmanager/type/BUILD.bazel

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

100100
##############################################################################
101101
# PHP
102+
# DO NOT OVERRIDE this PHP microgenerator section with autogenerated rules.
102103
##############################################################################
103104
load(
104105
"@com_google_googleapis_imports//:imports.bzl",
105-
"php_grpc_library",
106-
"php_proto_library",
106+
php_grpc_library = "php_grpc_library2",
107+
php_proto_library = "php_proto_library2",
107108
)
108109

109110
php_proto_library(

google/identity/accesscontextmanager/v1/BUILD.bazel

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

110110
##############################################################################
111111
# PHP
112+
# DO NOT OVERRIDE this PHP microgenerator section with autogenerated rules.
112113
##############################################################################
113114
load(
114115
"@com_google_googleapis_imports//:imports.bzl",
115-
"php_grpc_library",
116-
"php_proto_library",
116+
php_grpc_library = "php_grpc_library2",
117+
php_proto_library = "php_proto_library2",
117118
)
118119

119120
php_proto_library(

0 commit comments

Comments
 (0)