From ea458f60b9ebe75b2d72626fa6915583b6648207 Mon Sep 17 00:00:00 2001 From: Zhongming Qu Date: Thu, 14 Dec 2017 01:03:19 -0800 Subject: [PATCH] Remove an empty textual_hdrs field. --- bazel/glog.bzl | 2 -- 1 file changed, 2 deletions(-) diff --git a/bazel/glog.bzl b/bazel/glog.bzl index 37e5320..e0b633c 100644 --- a/bazel/glog.bzl +++ b/bazel/glog.bzl @@ -46,8 +46,6 @@ def glog_library(namespace='google', with_gflags=1): ':vlog_is_on_h', 'src/glog/log_severity.h', ], - textual_hdrs = [ - ], strip_include_prefix = 'src', copts = [ # Disable warnings that exists in glog. -- 2.7.4