mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Only depend on UIKit for iOS builds
PiperOrigin-RevId: 496140561
This commit is contained in:
committed by
Copybara-Service
parent
7855176718
commit
6dbb9b10fd
@@ -55,9 +55,13 @@ objc_library(
|
||||
"//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",
|
||||
],
|
||||
] + select({
|
||||
"//tools/cc_target_os:platform_ios": [
|
||||
"//third_party/apple_frameworks:UIKit",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
)
|
||||
|
||||
objc_library(
|
||||
|
||||
Reference in New Issue
Block a user