Commit 0ef3ef43 by Derek Mauro Committed by Copybara-Service

Bazel: Enable the header_modules feature

PiperOrigin-RevId: 572575394
Change-Id: Ic1c5ac2423b1634e50c43bad6daa14e82a8f3e2c
parent 143e9837
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -22,6 +22,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -22,6 +22,7 @@ load(
package(
default_visibility = ["//visibility:private"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -26,6 +26,7 @@ package(
"//absl/log:__pkg__",
],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -22,6 +22,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -22,6 +22,7 @@ load(
package(
default_visibility = ["//visibility:private"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -26,6 +26,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -31,6 +31,7 @@ default_package_visibility = [
package(
default_visibility = default_package_visibility,
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -27,6 +27,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -23,6 +23,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:private"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -12,7 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
package(features = ["-parse_headers"])
package(features = [
"-parse_headers",
"header_modules",
])
licenses(["notice"])
......
......@@ -23,6 +23,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
......@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment