File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
load ("@bazel_skylib//rules:common_settings.bzl" , "string_flag" )
2
2
3
+ package (
4
+ default_visibility = ["//visibility:public" ],
5
+ )
6
+
3
7
string_flag (
4
8
name = "helper_build_mode" ,
5
9
build_setting_default = "auto" ,
@@ -8,7 +12,6 @@ string_flag(
8
12
"from_source" ,
9
13
"prebuilt" ,
10
14
],
11
- visibility = ["//visibility:public" ],
12
15
)
13
16
14
17
string_flag (
@@ -19,7 +22,6 @@ string_flag(
19
22
# add it to .gitignore and point --credential_helper in .bazelrc to the same path.
20
23
# This avoid the need for a shell wrapper but modifies the source tree.
21
24
build_setting_default = "%workdir%/bin/credential-helper" ,
22
- visibility = ["//visibility:public" ],
23
25
)
24
26
25
27
string_flag (
@@ -29,7 +31,6 @@ string_flag(
29
31
# copies the exe into the source tree.
30
32
# The path chosen here should also be used by --credential_helper in .bazelrc
31
33
build_setting_default = "%workspace%\\ tools\\ credential-helper.exe" ,
32
- visibility = ["//visibility:public" ],
33
34
)
34
35
35
36
config_setting (
You can’t perform that action at this time.
0 commit comments