We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60241d2 commit e60cf00Copy full SHA for e60cf00
tests/common_settings/BUILD
@@ -1,5 +1,9 @@
1
load("//rules:common_settings.bzl", "int_flag", "string_flag")
2
3
+licenses(["notice"])
4
+
5
+package(default_testonly = 1)
6
7
int_flag(
8
name = "my_int_flag",
9
build_setting_default = 42,
0 commit comments