Lines Matching +full:bazel +full:- +full:5
12 buildozer 'add features -layering_check' //src/...:__pkg__
17 diff --git src/BUILD.bazel src/BUILD.bazel
19 --- src/BUILD.bazel
20 +++ src/BUILD.bazel
21 @@ -7,6 +7,8 @@ load("@rules_pkg//:mappings.bzl", "pkg_filegroup", "pkg_files", "strip_prefix")
25 +package(features = ["-layering_check"])
30 diff --git src/google/protobuf/BUILD.bazel src/google/protobuf/BUILD.bazel
32 --- src/google/protobuf/BUILD.bazel
33 +++ src/google/protobuf/BUILD.bazel
34 @@ -13,6 +13,7 @@ package(
38 + features = ["-layering_check"],
42 diff --git src/google/protobuf/compiler/BUILD.bazel src/google/protobuf/compiler/BUILD.bazel
44 --- src/google/protobuf/compiler/BUILD.bazel
45 +++ src/google/protobuf/compiler/BUILD.bazel
46 @@ -13,6 +13,8 @@ load("@rules_proto//proto:defs.bzl", "proto_library")
50 +package(features = ["-layering_check"])
55 diff --git src/google/protobuf/compiler/allowlists/BUILD.bazel src/google/protobuf/compiler/allowli…
57 --- src/google/protobuf/compiler/allowlists/BUILD.bazel
58 +++ src/google/protobuf/compiler/allowlists/BUILD.bazel
59 @@ -1,7 +1,10 @@
63 -package(default_visibility = ["//visibility:private"])
66 + features = ["-layering_check"],
71 diff --git src/google/protobuf/compiler/cpp/BUILD.bazel src/google/protobuf/compiler/cpp/BUILD.bazel
73 --- src/google/protobuf/compiler/cpp/BUILD.bazel
74 +++ src/google/protobuf/compiler/cpp/BUILD.bazel
75 @@ -7,6 +7,8 @@ load("@rules_pkg//:mappings.bzl", "pkg_files", "strip_prefix")
79 +package(features = ["-layering_check"])
84 diff --git src/google/protobuf/compiler/csharp/BUILD.bazel src/google/protobuf/compiler/csharp/BUIL…
86 --- src/google/protobuf/compiler/csharp/BUILD.bazel
87 +++ src/google/protobuf/compiler/csharp/BUILD.bazel
88 @@ -6,6 +6,8 @@ load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
92 +package(features = ["-layering_check"])
97 diff --git src/google/protobuf/compiler/java/BUILD.bazel src/google/protobuf/compiler/java/BUILD.ba…
99 --- src/google/protobuf/compiler/java/BUILD.bazel
100 +++ src/google/protobuf/compiler/java/BUILD.bazel
101 @@ -6,6 +6,8 @@ load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
105 +package(features = ["-layering_check"])
110 diff --git src/google/protobuf/compiler/objectivec/BUILD.bazel src/google/protobuf/compiler/objecti…
112 --- src/google/protobuf/compiler/objectivec/BUILD.bazel
113 +++ src/google/protobuf/compiler/objectivec/BUILD.bazel
114 @@ -6,6 +6,8 @@ load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
118 +package(features = ["-layering_check"])
123 diff --git src/google/protobuf/compiler/php/BUILD.bazel src/google/protobuf/compiler/php/BUILD.bazel
125 --- src/google/protobuf/compiler/php/BUILD.bazel
126 +++ src/google/protobuf/compiler/php/BUILD.bazel
127 @@ -6,6 +6,8 @@ load("@rules_cc//cc:defs.bzl", "cc_library")
131 +package(features = ["-layering_check"])
136 diff --git src/google/protobuf/compiler/python/BUILD.bazel src/google/protobuf/compiler/python/BUIL…
137 index 5d26e0ce9..ce017acf1 100644
138 --- src/google/protobuf/compiler/python/BUILD.bazel
139 +++ src/google/protobuf/compiler/python/BUILD.bazel
140 @@ -6,6 +6,8 @@ load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
144 +package(features = ["-layering_check"])
149 diff --git src/google/protobuf/compiler/ruby/BUILD.bazel src/google/protobuf/compiler/ruby/BUILD.ba…
151 --- src/google/protobuf/compiler/ruby/BUILD.bazel
152 +++ src/google/protobuf/compiler/ruby/BUILD.bazel
153 @@ -6,6 +6,8 @@ load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
157 +package(features = ["-layering_check"])
162 diff --git src/google/protobuf/compiler/rust/BUILD.bazel src/google/protobuf/compiler/rust/BUILD.ba…
164 --- src/google/protobuf/compiler/rust/BUILD.bazel
165 +++ src/google/protobuf/compiler/rust/BUILD.bazel
166 @@ -5,6 +5,8 @@
170 +package(features = ["-layering_check"])
175 diff --git src/google/protobuf/io/BUILD.bazel src/google/protobuf/io/BUILD.bazel
177 --- src/google/protobuf/io/BUILD.bazel
178 +++ src/google/protobuf/io/BUILD.bazel
179 @@ -6,6 +6,7 @@ load("//build_defs:cpp_opts.bzl", "COPTS")
183 + features = ["-layering_check"],
187 diff --git src/google/protobuf/json/BUILD.bazel src/google/protobuf/json/BUILD.bazel
189 --- src/google/protobuf/json/BUILD.bazel
190 +++ src/google/protobuf/json/BUILD.bazel
191 @@ -1,10 +1,13 @@
195 -package(default_visibility = [
196 - "//pkg:__pkg__",
197 - "//src/google/protobuf/json:__pkg__",
198 -])
204 + features = ["-layering_check"],
209 diff --git src/google/protobuf/stubs/BUILD.bazel src/google/protobuf/stubs/BUILD.bazel
211 --- src/google/protobuf/stubs/BUILD.bazel
212 +++ src/google/protobuf/stubs/BUILD.bazel
213 @@ -7,6 +7,7 @@ load("//build_defs:cpp_opts.bzl", "COPTS", "LINK_OPTS")
217 + features = ["-layering_check"],
221 diff --git src/google/protobuf/testing/BUILD.bazel src/google/protobuf/testing/BUILD.bazel
223 --- src/google/protobuf/testing/BUILD.bazel
224 +++ src/google/protobuf/testing/BUILD.bazel
225 @@ -5,7 +5,10 @@ load("@rules_cc//cc:defs.bzl", "cc_library")
229 -package(default_visibility = ["//:__subpackages__"])
232 + features = ["-layering_check"],
237 diff --git src/google/protobuf/util/BUILD.bazel src/google/protobuf/util/BUILD.bazel
239 --- src/google/protobuf/util/BUILD.bazel
240 +++ src/google/protobuf/util/BUILD.bazel
241 @@ -7,6 +7,8 @@ load("@rules_pkg//:mappings.bzl", "pkg_files", "strip_prefix")
245 +package(features = ["-layering_check"])