Add licenses spec to new BUILD file (#485)
Internal linter complains about lack of license info.
This commit is contained in:
parent
60241d2e06
commit
e60cf0001f
|
@ -1,5 +1,9 @@
|
||||||
load("//rules:common_settings.bzl", "int_flag", "string_flag")
|
load("//rules:common_settings.bzl", "int_flag", "string_flag")
|
||||||
|
|
||||||
|
licenses(["notice"])
|
||||||
|
|
||||||
|
package(default_testonly = 1)
|
||||||
|
|
||||||
int_flag(
|
int_flag(
|
||||||
name = "my_int_flag",
|
name = "my_int_flag",
|
||||||
build_setting_default = 42,
|
build_setting_default = 42,
|
||||||
|
|
Loading…
Reference in New Issue