Brian Silverman | 3fca9d7 | 2016-02-20 02:32:51 -0500 | [diff] [blame^] | 1 | licenses(["notice"]) |
2 | |||||
Brian Silverman | 9c614bc | 2016-02-15 20:20:02 -0500 | [diff] [blame] | 3 | # This is a placeholder for python headers. Projects needing to use |
4 | # fast cpp protos in protobuf's python interface should build with | ||||
5 | # --define=use_fast_cpp_protos=true, and in addition, provide | ||||
6 | # //util/python:python_headers dependency that in turn provides Python.h. | ||||
7 | cc_library( | ||||
8 | name = "python_headers", | ||||
9 | visibility = ["//visibility:public"], | ||||
10 | ) |