浏览代码

Added comment explaining the protobuf_headers target.

Manjunath Kudlur 8 年之前
父节点
当前提交
6837b2dcb7
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      BUILD

+ 4 - 0
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"]),