Added comment explaining the protobuf_headers target.
This commit is contained in:
parent
2d430f8c72
commit
6837b2dcb7
1 changed files with 4 additions and 0 deletions
4
BUILD
4
BUILD
|
@ -181,6 +181,10 @@ cc_library(
|
|||
deps = [":protobuf_lite"],
|
||||
)
|
||||
|
||||
# This provides just the header files for use in projects that need to build
|
||||
# shared libraries for dynamic loading. This target is available until Bazel
|
||||
# adds native support for such use cases.
|
||||
# TODO(keveman): Remove this target once the support gets added to Bazel.
|
||||
cc_library(
|
||||
name = "protobuf_headers",
|
||||
hdrs = glob(["src/**/*.h"]),
|
||||
|
|
Loading…
Add table
Reference in a new issue