diff options
author | Derek Mauro <dmauro@google.com> | 2023-10-11 07:57:33 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-10-11 07:58:06 -0700 |
commit | 0ef3ef432996de4c5afa879b93b2ba4f6c130ab2 (patch) | |
tree | ea6735f6333a1020d2e523df45aae1e5f1e32661 /absl/profiling | |
parent | 143e983739333ce4b30320d26bce8594bd24b5f3 (diff) |
Bazel: Enable the header_modules feature
PiperOrigin-RevId: 572575394
Change-Id: Ic1c5ac2423b1634e50c43bad6daa14e82a8f3e2c
Diffstat (limited to 'absl/profiling')
-rw-r--r-- | absl/profiling/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/profiling/BUILD.bazel b/absl/profiling/BUILD.bazel index 46c973b0..0bc69f32 100644 --- a/absl/profiling/BUILD.bazel +++ b/absl/profiling/BUILD.bazel @@ -22,6 +22,7 @@ load( package( default_visibility = ["//visibility:private"], features = [ + "header_modules", "layering_check", "parse_headers", ], |