Fix buildfier

pull/23242/head
Muxi Yan 5 years ago committed by GitHub
parent 77bd8cdb6d
commit e4bdd326e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      src/objective-c/BUILD

@ -14,12 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
load("//bazel:grpc_build_system.bzl", "grpc_generate_objc_one_off_targets", "grpc_objc_library")
load("@build_bazel_rules_apple//apple:resources.bzl", "apple_resource_bundle")
licenses(["notice"]) # Apache v2
package(default_visibility = ["//visibility:public"])
load("//bazel:grpc_build_system.bzl", "grpc_generate_objc_one_off_targets", "grpc_objc_library")
exports_files(["LICENSE"])
grpc_generate_objc_one_off_targets()
@ -195,8 +196,6 @@ grpc_objc_library(
],
)
load("@build_bazel_rules_apple//apple:resources.bzl", "apple_resource_bundle")
apple_resource_bundle(
# The choice of name is signicant here, since it determines the bundle name.
name = "gRPCCertificates",

Loading…
Cancel
Save