Internal change

PiperOrigin-RevId: 486691317
This commit is contained in:
Nick Bourdakos
2022-11-07 09:59:14 -08:00
committed by Copybara-Service
parent a90b7f85fc
commit 4fb6ba318c
13 changed files with 21 additions and 23 deletions
@@ -37,9 +37,9 @@ cc_library(
],
textual_hdrs = glob(["**/*.h"]),
visibility = [
"//location/nearby/cpp/fastpair/internal:__subpackages__",
"//location/nearby/cpp/sharing/implementation/internal:__subpackages__",
"//connections/windows:__subpackages__",
"//internal/platform/implementation/windows:__subpackages__",
"//location/nearby/cpp/fastpair/internal:__subpackages__",
"//location/nearby/cpp/sharing/implementation/internal:__subpackages__",
],
)