absl_py has rules in many dirs so this uses system_link_files to put files in the right place. Signed-off-by: Jason Zaman <jason@perfinion.com>
12 lines
161 B
Plaintext
12 lines
161 B
Plaintext
licenses(["notice"]) # Apache 2.0
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "LICENSE",
|
|
)
|
|
|
|
py_library(
|
|
name = "flags",
|
|
)
|