@@ -26,7 +26,7 @@ mvfst_cpp_library(
2626 "DEFAULT" : {
2727 "QuicEnum.h" : "facebook/QuicEnumMobile.h" ,
2828 },
29- "ovr_config//build_mode/constraints:arvr_mode_enabled " : {
29+ "ovr_config//build_mode:arvr_mode[enabled] " : {
3030 "QuicEnum.h" : "QuicEnum.h" ,
3131 },
3232 }),
@@ -41,7 +41,7 @@ mvfst_cpp_library(
4141 ],
4242 "ovr_config//os/constraints:android" : select ({
4343 "DEFAULT" : [],
44- "ovr_config//build_mode/constraints:arvr_mode_enabled " : [
44+ "ovr_config//build_mode:arvr_mode[enabled] " : [
4545 "//folly/lang:assume" ,
4646 "//quic/common/third-party:better_enums" ,
4747 ],
@@ -63,7 +63,7 @@ mvfst_cpp_library(
6363 "ovr_config//runtime/constraints:fbcode" : select ({
6464 "DEFAULT" : {"mvfst-config.h" : "facebook/mvfst-config-fbcode.h" }, # @fb-only
6565 "fbcode//quic:use_alt_crypto-enabled" : {"mvfst-config.h" : "facebook/mvfst-config-alt-crypto.h" }, # @fb-only
66- "ovr_config//build_mode:arvr_mode" : select ({
66+ "ovr_config//build_mode:arvr_mode[enabled] " : select ({
6767 "DEFAULT" : {"mvfst-config.h" : "mvfst-config.h" }, # @fb-only
6868 "ovr_config//os/constraints:android" : {"mvfst-config.h" : "facebook/mvfst-config-mobile.h" }, # @fb-only
6969 "ovr_config//os/constraints:iphoneos" : {"mvfst-config.h" : "facebook/mvfst-config-mobile.h" }, # @fb-only
@@ -154,7 +154,7 @@ mvfst_cpp_library(
154154 "DEFAULT" : ["QuicTLSExceptionFizz.cpp" ],
155155 "ovr_config//os/constraints:android" : select ({
156156 "DEFAULT" : ["facebook/mbed/QuicTLSExceptionMbed.cpp" ], # @fb-only
157- "ovr_config//build_mode/constraints:arvr_mode_enabled " : ["QuicTLSExceptionFizz.cpp" ],
157+ "ovr_config//build_mode:arvr_mode[enabled] " : ["QuicTLSExceptionFizz.cpp" ],
158158 }),
159159 "ovr_config//os/constraints:iphoneos" : ["facebook/mbed/QuicTLSExceptionMbed.cpp" ], # @fb-only
160160 }),
@@ -169,7 +169,7 @@ mvfst_cpp_library(
169169 "DEFAULT" : [
170170 "fbsource//xplat/mobilenetwork:tls_common" , # @manual
171171 ],
172- "ovr_config//build_mode/constraints:arvr_mode_enabled " : [
172+ "ovr_config//build_mode:arvr_mode[enabled] " : [
173173 "//fizz/record:record" ,
174174 ],
175175 }),
0 commit comments