Skip to content

Commit

Permalink
Added comment explaining the protobuf_headers target.
Browse files Browse the repository at this point in the history
  • Loading branch information
keveman committed Mar 3, 2017
1 parent 2d430f8 commit 6837b2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit 6837b2d

Please sign in to comment.