fcb3283a9d
This avoids the need to modify the external repo before new strings can be used in aqt.
15 lines
343 B
Python
15 lines
343 B
Python
filegroup(
|
|
name = "ftl",
|
|
srcs = [
|
|
"@rslib_ftl//:files",
|
|
"@extra_ftl//:files",
|
|
] + glob(["**/*.ftl"]),
|
|
visibility = ["//rslib:__subpackages__"],
|
|
)
|
|
|
|
# export this file as a way of locating the top level folder in $(location ...)
|
|
exports_files(
|
|
["BUILD.bazel"],
|
|
visibility = ["//rslib:__subpackages__"],
|
|
)
|