Skip to content

Commit e62d41f

Browse files
committed
[bazel] Add default visibility to config_settings
Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
1 parent 537b944 commit e62d41f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bazel/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
load("@bazel_skylib//lib:selects.bzl", "selects")
22

3+
package(default_visibility = ["//visibility:public"])
4+
35
config_setting(
46
name = "engine_null",
57
values = {"define": "engine=null"},

0 commit comments

Comments
 (0)