diff options
Diffstat (limited to 'absl/time/internal/cctz/BUILD.bazel')
-rw-r--r-- | absl/time/internal/cctz/BUILD.bazel | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/absl/time/internal/cctz/BUILD.bazel b/absl/time/internal/cctz/BUILD.bazel index 4c5ad075..83157dd3 100644 --- a/absl/time/internal/cctz/BUILD.bazel +++ b/absl/time/internal/cctz/BUILD.bazel @@ -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"]) |