Simplify winrt build target.

PiperOrigin-RevId: 672754586
This commit is contained in:
Francis Tsui
2024-09-09 19:13:58 -07:00
committed by Copybara-Service
parent c358dedd91
commit 30c8e0e722
3 changed files with 6 additions and 12 deletions
@@ -15,7 +15,8 @@ licenses(["notice"])
cc_library(
name = "types",
copts = ["-Wno-non-virtual-dtor"],
hdrs = glob(["**/*.h"]),
includes = ["."],
linkopts = [
"wininet.lib",
"advapi32.lib",
@@ -40,7 +41,6 @@ cc_library(
"wlanapi.lib",
"shlwapi.lib",
],
textual_hdrs = glob(["**/*.h"]),
visibility = [
"//fastpair:__subpackages__",
"//internal:__subpackages__",