From c40a669755a6bc2d7078698d46bcc3beedfeb4b2 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 27 Jul 2022 08:55:38 -0700 Subject: [PATCH] Internal Change PiperOrigin-RevId: 463599374 --- internal/platform/implementation/ios/BUILD | 5 +---- .../ios/Mediums/Ble/Sockets/BUILD | 21 ++++++------------- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/internal/platform/implementation/ios/BUILD b/internal/platform/implementation/ios/BUILD index accae9de..56e06629 100644 --- a/internal/platform/implementation/ios/BUILD +++ b/internal/platform/implementation/ios/BUILD @@ -42,14 +42,11 @@ objc_library( "wifi_lan.h", ], features = ["-layering_check"], - sdk_frameworks = [ - "CoreBluetooth", - "CoreFoundation", - ], deps = [ ":Platform_cc", ":Shared", "//third_party/apple_frameworks:CoreBluetooth", + "//third_party/apple_frameworks:CoreFoundation", "//third_party/apple_frameworks:Foundation", "//internal/platform/implementation:platform", "//internal/platform/implementation:types", diff --git a/internal/platform/implementation/ios/Mediums/Ble/Sockets/BUILD b/internal/platform/implementation/ios/Mediums/Ble/Sockets/BUILD index f5372c2a..397d8952 100644 --- a/internal/platform/implementation/ios/Mediums/Ble/Sockets/BUILD +++ b/internal/platform/implementation/ios/Mediums/Ble/Sockets/BUILD @@ -29,15 +29,12 @@ objc_library( ]) + [ "Source/GNSCentral.h", ], - sdk_frameworks = [ - "CoreBluetooth", - "CoreFoundation", - "QuartzCore", - ], deps = [ ":Shared", "//third_party/apple_frameworks:CoreBluetooth", + "//third_party/apple_frameworks:CoreFoundation", "//third_party/apple_frameworks:Foundation", + "//third_party/apple_frameworks:QuartzCore", "//third_party/objective_c/google_toolbox_for_mac:GTM_Logger", ], ) @@ -52,15 +49,12 @@ objc_library( ]) + [ "Source/GNSPeripheral.h", ], - sdk_frameworks = [ - "CoreBluetooth", - "CoreFoundation", - "QuartzCore", - ], deps = [ ":Shared", "//third_party/apple_frameworks:CoreBluetooth", + "//third_party/apple_frameworks:CoreFoundation", "//third_party/apple_frameworks:Foundation", + "//third_party/apple_frameworks:QuartzCore", "//third_party/apple_frameworks:UIKit", "//third_party/objective_c/google_toolbox_for_mac:GTM_Logger", ], @@ -76,14 +70,11 @@ objc_library( ]) + [ "Source/GNSShared.h", ], - sdk_frameworks = [ - "CoreBluetooth", - "CoreFoundation", - "QuartzCore", - ], deps = [ "//third_party/apple_frameworks:CoreBluetooth", + "//third_party/apple_frameworks:CoreFoundation", "//third_party/apple_frameworks:Foundation", + "//third_party/apple_frameworks:QuartzCore", "//third_party/objective_c/google_toolbox_for_mac:GTM_Logger", ], )