Internal Flow change for BUILD.

PiperOrigin-RevId: 424991730
This commit is contained in:
suetfei
2022-02-02 11:51:37 -08:00
committed by hai007
parent 1bc6798e14
commit 287f0d7174
37 changed files with 396 additions and 482 deletions
+1 -2
View File
@@ -15,7 +15,6 @@ licenses(["notice"])
cc_library(
name = "types",
compatible_with = ["//buildenv/target:non_prod"],
linkopts = [
"advapi32.lib",
"comdlg32.lib",
@@ -36,7 +35,7 @@ cc_library(
],
textual_hdrs = glob(["**/*.h"]),
visibility = [
"//cpp/platform/impl/windows:__subpackages__",
"//third_party/nearby/connections/windows:__subpackages__",
"//platform/impl/windows:__subpackages__",
],
)