Change copts include patch from relative path to full path for "impl_test"

PiperOrigin-RevId: 441529218
This commit is contained in:
hai007
2022-04-13 11:13:00 -07:00
committed by Copybara-Service
parent 3050f9432c
commit 530a6faeca
@@ -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",