mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
[bazel] Clean up bazel scripts (#7984)
This commit is contained in:
@@ -6,7 +6,6 @@ generate_version_file(
|
||||
name = "generate-version",
|
||||
output_file = "WPILibVersion.cpp",
|
||||
template = "src/main/generate/WPILibVersion.cpp.in",
|
||||
visibility = ["//sysid:__subpackages__"],
|
||||
)
|
||||
|
||||
generate_resources(
|
||||
@@ -27,7 +26,6 @@ cc_library(
|
||||
],
|
||||
hdrs = glob(["src/main/native/include/**"]),
|
||||
strip_include_prefix = "src/main/native/include",
|
||||
visibility = ["//sysid:__subpackages__"],
|
||||
deps = [
|
||||
"//datalog:datalog.static",
|
||||
"//glass:libglass",
|
||||
|
||||
Reference in New Issue
Block a user