From 942e6cbaa82422d69fcfed6e3b893377372548a7 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 29 Jul 2021 10:51:46 -0700 Subject: [PATCH] Moved connections/windows to third_party, and copied the blueprint file into third_party PiperOrigin-RevId: 387621210 --- cpp/platform/impl/windows/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/platform/impl/windows/BUILD b/cpp/platform/impl/windows/BUILD index 3f1d5a13..f0db1bfa 100644 --- a/cpp/platform/impl/windows/BUILD +++ b/cpp/platform/impl/windows/BUILD @@ -13,6 +13,8 @@ licenses(["notice"]) # See the License for the specific language governing permissions and # limitations under the License. +exports_files(["LICENSE"]) # needs to be on a line by itself for PRESUBMIT + cc_library( name = "types", srcs = [