You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
727 B
23 lines
727 B
filegroup( |
|
name = "package-srcs", |
|
srcs = glob(["**"]), |
|
tags = ["automanaged"], |
|
visibility = ["//visibility:private"], |
|
) |
|
|
|
filegroup( |
|
name = "all-srcs", |
|
srcs = [ |
|
":package-srcs", |
|
"//app/service/live/xanchor/api/grpc/v1:all-srcs", |
|
"//app/service/live/xanchor/cmd:all-srcs", |
|
"//app/service/live/xanchor/conf:all-srcs", |
|
"//app/service/live/xanchor/dao:all-srcs", |
|
"//app/service/live/xanchor/model:all-srcs", |
|
"//app/service/live/xanchor/server/grpc:all-srcs", |
|
"//app/service/live/xanchor/server/http:all-srcs", |
|
"//app/service/live/xanchor/service:all-srcs", |
|
], |
|
tags = ["automanaged"], |
|
visibility = ["//visibility:public"], |
|
)
|
|
|