Skip to content

Commit 68bb668

Browse files
authored
ovr_config | arvr_is_host_or_target_platform | Migrate constraint refs from aliases to subtargets.
Differential Revision: D108856354 Pull Request resolved: #20475
1 parent e3d5de2 commit 68bb668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/kernel/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def _operator_registry_preprocessor_flags():
55
if max_kernel_num != None:
66
return select({
77
"DEFAULT": ["-DMAX_KERNEL_NUM=" + max_kernel_num],
8-
"ovr_config//build_mode/constraints:arvr_is_host_platform": []
8+
"ovr_config//build_mode/constraints:arvr_is_host_or_target_platform[arvr_is_host_platform]": []
99
})
1010
elif not runtime.is_oss:
1111
return select({

0 commit comments

Comments
 (0)