BUILD 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. filegroup(
  2. name = "package-srcs",
  3. srcs = glob(["**"]),
  4. tags = ["automanaged"],
  5. visibility = ["//visibility:private"],
  6. )
  7. filegroup(
  8. name = "all-srcs",
  9. srcs = [
  10. ":package-srcs",
  11. "//app/interface/bbq:all-srcs",
  12. "//app/interface/live/app-blink:all-srcs",
  13. "//app/interface/live/app-interface:all-srcs",
  14. "//app/interface/live/app-room:all-srcs",
  15. "//app/interface/live/app-ucenter:all-srcs",
  16. "//app/interface/live/live-demo:all-srcs",
  17. "//app/interface/live/lottery-interface:all-srcs",
  18. "//app/interface/live/open-interface/api/http/v1:all-srcs",
  19. "//app/interface/live/open-interface/cmd:all-srcs",
  20. "//app/interface/live/open-interface/internal/dao:all-srcs",
  21. "//app/interface/live/open-interface/internal/model:all-srcs",
  22. "//app/interface/live/open-interface/internal/server/http:all-srcs",
  23. "//app/interface/live/open-interface/internal/service:all-srcs",
  24. "//app/interface/live/push-live:all-srcs",
  25. "//app/interface/live/upload:all-srcs",
  26. "//app/interface/live/web-room:all-srcs",
  27. "//app/interface/live/web-ucenter:all-srcs",
  28. "//app/interface/main:all-srcs",
  29. "//app/interface/openplatform:all-srcs",
  30. "//app/interface/video:all-srcs",
  31. ],
  32. tags = ["automanaged"],
  33. visibility = ["//visibility:public"],
  34. )