From 530a6faeca567a52da936d612d629dfe93b71929 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 13 Apr 2022 11:11:08 -0700 Subject: [PATCH] Change copts include patch from relative path to full path for "impl_test" PiperOrigin-RevId: 441529218 --- internal/platform/implementation/windows/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/platform/implementation/windows/BUILD b/internal/platform/implementation/windows/BUILD index b1e4291a..6d5fb3fc 100644 --- a/internal/platform/implementation/windows/BUILD +++ b/internal/platform/implementation/windows/BUILD @@ -155,8 +155,9 @@ cc_test( "platform_test.cc", "scheduled_executor_test.cc", "submittable_executor_test.cc", + "utils_test.cc", ], - copts = ["-Iplatform/implementation/windows/generated -DCORE_ADAPTER_DLL"], + copts = ["-Ithird_party/nearby/internal/platform/implementation/windows/generated -DCORE_ADAPTER_DLL"], deps = [ ":comm", ":crypto",