mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Change copts include patch from relative path to full path for "impl_test"
PiperOrigin-RevId: 441529218
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user