Bazel: Enable the header_modules feature

PiperOrigin-RevId: 572575394
Change-Id: Ic1c5ac2423b1634e50c43bad6daa14e82a8f3e2c
This commit is contained in:
Derek Mauro
2023-10-11 07:57:33 -07:00
committed by Copybara-Service
parent 143e983739
commit 0ef3ef4329
23 changed files with 26 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ load(
package(
default_visibility = ["//visibility:public"],
features = [
"header_modules",
"layering_check",
"parse_headers",
],