internal update

PiperOrigin-RevId: 760658885
This commit is contained in:
hai007
2025-05-19 09:42:38 -07:00
committed by Copybara-Service
parent 4b20e8a541
commit 8c8bd35b6c
@@ -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",