diff options
author | Zhongming Qu <qzmfranklin@gmail.com> | 2017-12-14 01:03:19 -0800 |
---|---|---|
committer | Zhongming Qu <qzmfranklin@gmail.com> | 2017-12-14 01:03:19 -0800 |
commit | ea458f60b9ebe75b2d72626fa6915583b6648207 (patch) | |
tree | 2530f342f25f6f8c9b496266386d5ee690d328c2 /bazel | |
parent | e6e2e1372aeb3f6ac6ca5f4a3d72bad8dce3c724 (diff) | |
download | glog-ea458f60b9ebe75b2d72626fa6915583b6648207.tar.gz glog-ea458f60b9ebe75b2d72626fa6915583b6648207.tar.bz2 glog-ea458f60b9ebe75b2d72626fa6915583b6648207.zip |
Remove an empty textual_hdrs field.
Diffstat (limited to 'bazel')
-rw-r--r-- | bazel/glog.bzl | 2 |
1 files changed, 0 insertions, 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. |