blob: a4f261dc11ec04d2e5d5a7a5b492a55c895016c5 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
licenses(["notice"])
exports_files_legacy()
filegroup(
name = "flags",
testonly = True,
srcs = [
"CommandLineFlags.cpp",
"CommandLineFlags.h",
],
visibility = [
"//modules/skottie:__pkg__",
"//tests:__subpackages__",
"//tools:__subpackages__",
],
)