blob: 5a54fe4510c8c40fddb1e96a5dbbeb72e549a66e [file] [log] [blame]
Bob Badouraa7d8352021-02-19 13:06:22 -08001package {
2 default_applicable_licenses: ["bionic_tools_license"],
3}
4
5license {
6 name: "bionic_tools_license",
7 visibility: [":__subpackages__"],
8 license_kinds: [
9 "SPDX-license-identifier-Apache-2.0",
10 ],
11 license_text: [
12 "NOTICE",
13 ],
14}
15
Colin Crossd3b6bc72016-07-13 14:01:45 -070016subdirs = ["*"]
Elliott Hughesd19b3c52018-09-06 16:04:08 -070017
18filegroup {
19 name: "bionic-generate-version-script",
20 srcs: ["generate-version-script.py"],
Jingwen Chend6a3b782021-02-05 10:05:29 -050021 bazel_module: { bp2build_available: true },
Elliott Hughesd19b3c52018-09-06 16:04:08 -070022}