mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
17 lines
297 B
Text
Vendored
17 lines
297 B
Text
Vendored
# Export file for Stardoc support
|
|
exports_files(
|
|
glob([
|
|
"**/*.bazel",
|
|
"**/*.bzl",
|
|
]),
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
filegroup(
|
|
name = "srcs",
|
|
srcs = glob([
|
|
"**/*.bazel",
|
|
"**/*.bzl",
|
|
]),
|
|
visibility = ["//visibility:public"],
|
|
)
|