From 1cf7978096a7c8eaea5eb4260b76bdd7aacffd80 Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 26 Sep 2022 08:24:06 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 476901929 --- connections/clients/ios/BUILD | 2 +- connections/clients/swift/NearbyConnections/BUILD | 2 +- connections/clients/swift/NearbyCoreAdapter/BUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/connections/clients/ios/BUILD b/connections/clients/ios/BUILD index def8b688..54267871 100644 --- a/connections/clients/ios/BUILD +++ b/connections/clients/ios/BUILD @@ -15,7 +15,7 @@ # TODO(b/240046236): Rename this package as `objc`. load("//tools/build_defs/apple:ios.bzl", "ios_static_framework", "ios_unit_test") -load("//tools/build_defs/swift:swift.bzl", "swift_library") +load("//tools/build_defs/swift:swift_library.bzl", "swift_library") licenses(["notice"]) diff --git a/connections/clients/swift/NearbyConnections/BUILD b/connections/clients/swift/NearbyConnections/BUILD index 731bc8cf..9096cab8 100644 --- a/connections/clients/swift/NearbyConnections/BUILD +++ b/connections/clients/swift/NearbyConnections/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//tools/build_defs/apple:ios.bzl", "ios_unit_test") -load("//tools/build_defs/swift:swift.bzl", "swift_library") +load("//tools/build_defs/swift:swift_library.bzl", "swift_library") licenses(["notice"]) diff --git a/connections/clients/swift/NearbyCoreAdapter/BUILD b/connections/clients/swift/NearbyCoreAdapter/BUILD index 0cd56939..efb36014 100644 --- a/connections/clients/swift/NearbyCoreAdapter/BUILD +++ b/connections/clients/swift/NearbyCoreAdapter/BUILD @@ -13,7 +13,7 @@ # limitations under the License. load("//tools/build_defs/apple:ios.bzl", "ios_unit_test") -load("//tools/build_defs/swift:swift.bzl", "swift_library") +load("//tools/build_defs/swift:swift_library.bzl", "swift_library") licenses(["notice"])