blob: 78e24576b5a6c68f4bb6a20bbaa5030bf79981ce [file] [log] [blame]
# This is a build file for creating a corresponding package. This package will be a local repository
# added with --override_repository when using the aspect so we can load the e4b_aspect.bzl Skylark
# aspect extension when calling build from Eclipse.
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//visibility:public"],
)