From 7b311afc3eaedad2a3f094b545de647f508a7845 Mon Sep 17 00:00:00 2001 From: Manjunath Kudlur Date: Tue, 8 Dec 2015 09:51:14 -0800 Subject: Added util/python/BUILD to provide //util/python:python_headers dependency for building use_fast_cpp_protos --- util/python/BUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 util/python/BUILD (limited to 'util') diff --git a/util/python/BUILD b/util/python/BUILD new file mode 100644 index 00000000..358c381c --- /dev/null +++ b/util/python/BUILD @@ -0,0 +1,8 @@ +# This is a placeholder for python headers. Projects needing to use +# fast cpp protos in protobuf's python interface should build with +# --define=use_fast_cpp_protos=true, and in addition, provide +# //util/python:python_headers dependency that in turn provides Python.h. +cc_library( + name = "python_headers", + visibility = ["//visibility:public"], +) -- cgit v1.2.3