Automated Code Change

PiperOrigin-RevId: 650801511
This commit is contained in:
hai007
2024-07-09 17:03:40 -07:00
committed by Copybara-Service
parent f832aa8e77
commit 4dccfb192a
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -13,7 +13,7 @@
# limitations under the License.
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("//third_party/lexan/build_defs:lexan.bzl", "lexan")
load("//third_party/cpptoolchains/windows_llvm/build_defs:windows.bzl", "windows")
load("expand_version_template.bzl", "expand_version_template")
package(default_visibility = [
@@ -53,7 +53,7 @@ expand_version_template(
version = varref("VERSION"),
)
lexan.resource_files(
windows.resource_files(
name = "resources",
rc_files = [
":version_expanded",
@@ -100,7 +100,7 @@ cc_library(
)
# Build with --config=lexan
lexan.cc_windows_dll(
windows.cc_windows_dll(
name = "nearby_connections",
tags = ["windows-dll"],
deps = [
@@ -145,7 +145,7 @@ cc_library(
],
)
lexan.cc_windows_dll(
windows.cc_windows_dll(
name = "nc_windows",
srcs = [],
compatible_with = ["//buildenv/target:non_prod"],
+2 -2
View File
@@ -12,14 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
load("//third_party/lexan/build_defs:lexan.bzl", "lexan")
load("//third_party/cpptoolchains/windows_llvm/build_defs:windows.bzl", "windows")
package(default_visibility = ["//location/nearby:__subpackages__"])
licenses(["notice"])
# Build with --config=lexan
lexan.cc_windows_dll(
windows.cc_windows_dll(
name = "nc_windows_dart",
srcs = [
"nc_adapter_dart.cc",