blob: f7654d1b3ee2d509a98ffd1b3ef19243e2d23e62 [file] [log] [blame]
# BUILD file for https://github.com/googleapis/googleapis/tree/bb964fe
#
# The aliases are used for remote-apis references to old-style targets in googleapis:
# https://github.com/bazelbuild/remote-apis/blob/6c32c3b/build/bazel/remote/execution/v2/BUILD#L16-L19
#
# Latest remote-api has the correct target references but has a different
# compatible issue that doesn't compile in our repo.
alias(
name = "google_api_annotations_proto",
actual = "//google/api:annotations_proto",
visibility = ["//visibility:public"],
)
alias(
name = "google_api_http_proto",
actual = "//google/api:http_proto",
visibility = ["//visibility:public"],
)
alias(
name = "google_longrunning_operations_proto",
actual = "//google/longrunning:operations_proto",
visibility = ["//visibility:public"],
)
alias(
name = "google_rpc_status_proto",
actual = "//google/rpc:status_proto",
visibility = ["//visibility:public"],
)