Commit 6837b2dc authored by Manjunath Kudlur's avatar Manjunath Kudlur

Added comment explaining the protobuf_headers target.

parent 2d430f8c
...@@ -181,6 +181,10 @@ cc_library( ...@@ -181,6 +181,10 @@ cc_library(
deps = [":protobuf_lite"], 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( cc_library(
name = "protobuf_headers", name = "protobuf_headers",
hdrs = glob(["src/**/*.h"]), hdrs = glob(["src/**/*.h"]),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment