Internal Change

PiperOrigin-RevId: 463599374
This commit is contained in:
hai007
2022-07-27 08:57:29 -07:00
committed by Copybara-Service
parent d4b40ed9a7
commit c40a669755
2 changed files with 7 additions and 19 deletions
+1 -4
View File
@@ -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",
@@ -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",
],
)