mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-03-14 05:46:26 -05:00
20 lines
527 B
Python
20 lines
527 B
Python
|
|
filegroup(
|
||
|
|
name = "package-srcs",
|
||
|
|
srcs = glob(["**"]),
|
||
|
|
tags = ["automanaged"],
|
||
|
|
visibility = ["//visibility:private"],
|
||
|
|
)
|
||
|
|
|
||
|
|
filegroup(
|
||
|
|
name = "all-srcs",
|
||
|
|
srcs = [
|
||
|
|
":package-srcs",
|
||
|
|
"//app/common/openplatform/geetest/conf:all-srcs",
|
||
|
|
"//app/common/openplatform/geetest/dao:all-srcs",
|
||
|
|
"//app/common/openplatform/geetest/model:all-srcs",
|
||
|
|
"//app/common/openplatform/geetest/service:all-srcs",
|
||
|
|
],
|
||
|
|
tags = ["automanaged"],
|
||
|
|
visibility = ["//visibility:public"],
|
||
|
|
)
|