mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
internal update
PiperOrigin-RevId: 760658885
This commit is contained in:
@@ -29,6 +29,9 @@ objc_library(
|
||||
]) + [
|
||||
"Source/GNSCentral.h",
|
||||
],
|
||||
copts = [
|
||||
"-Wno-enum-compare", # TODO(b/418286948): Remove this when the error is fixed.
|
||||
],
|
||||
deps = [
|
||||
":Shared",
|
||||
"//third_party/apple_frameworks:CoreBluetooth",
|
||||
@@ -47,6 +50,9 @@ objc_library(
|
||||
]) + [
|
||||
"Source/GNSPeripheral.h",
|
||||
],
|
||||
copts = [
|
||||
"-Wno-enum-compare", # TODO(b/418286948): Remove this when the error is fixed.
|
||||
],
|
||||
deps = [
|
||||
":Shared",
|
||||
"//third_party/apple_frameworks:CoreBluetooth",
|
||||
|
||||
Reference in New Issue
Block a user