Commit a0a8ea48 authored by WanLinghao's avatar WanLinghao

Clean empty package import by #69504

parent 01c9edf7
...@@ -96,7 +96,6 @@ filegroup( ...@@ -96,7 +96,6 @@ filegroup(
"//pkg/scheduler/api:all-srcs", "//pkg/scheduler/api:all-srcs",
"//pkg/scheduler/apis/config:all-srcs", "//pkg/scheduler/apis/config:all-srcs",
"//pkg/scheduler/core:all-srcs", "//pkg/scheduler/core:all-srcs",
"//pkg/scheduler/equivalence:all-srcs",
"//pkg/scheduler/factory:all-srcs", "//pkg/scheduler/factory:all-srcs",
"//pkg/scheduler/internal/cache:all-srcs", "//pkg/scheduler/internal/cache:all-srcs",
"//pkg/scheduler/internal/queue:all-srcs", "//pkg/scheduler/internal/queue:all-srcs",
......
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
srcs = [":package-srcs"],
tags = ["automanaged"],
visibility = ["//visibility:public"],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment