Skip to content

Commit 5dbe2fe

Browse files
authored
Convert arvr mode constraint to a constraint() rule (#18818)
Converting the arvr mode constraint to a constraint(). Differential Revision: D99903392
1 parent 411ede2 commit 5dbe2fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/core/portable_type/c10/c10/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def define_common_targets():
7878
"fbsource//xplat/caffe2/c10:c10_headers",
7979
] + select({
8080
"DEFAULT": ["fbsource//xplat/caffe2:generated_aten_config_header"],
81-
"ovr_config//build_mode:arvr_mode": ["fbsource//xplat/caffe2:ovrsource_aten_Config.h"],
81+
"ovr_config//build_mode:arvr_mode[enabled]": ["fbsource//xplat/caffe2:ovrsource_aten_Config.h"],
8282
}) + get_sleef_deps(),
8383
fbcode_exported_deps = ([
8484
"//caffe2:aten-headers-cpu",

0 commit comments

Comments
 (0)