Skip to content

Commit

Permalink
Fixup for base branch change
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Jan 18, 2025
1 parent 23a7e4f commit b64fe45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
11 changes: 1 addition & 10 deletions hal/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,8 @@ filegroup(

SYSTEMCORE_SRCS = glob(["src/main/native/systemcore/**"])

SYSTEMCORE_DEPS = ["//ntcore:ntcore.static"]

SIM_SRCS = glob(["src/main/native/sim/**"])

SIM_DEPS = []

HAL_DEPS = select({
"@rules_bzlmodrio_toolchains//constraints/is_systemcore:systemcore": SYSTEMCORE_DEPS,
"//conditions:default": SIM_DEPS,
})

filegroup(
name = "platform-srcs",
srcs = select({
Expand Down Expand Up @@ -74,7 +65,7 @@ cc_library(
"//ntcore:ntcore.static",
"//wpinet:wpinet.static",
"//wpiutil:wpiutil.static",
] + HAL_DEPS,
],
)

wpilib_jni_cc_library(
Expand Down
20 changes: 0 additions & 20 deletions wpilibjIntegrationTests/BUILD.bazel

This file was deleted.

0 comments on commit b64fe45

Please sign in to comment.