diff --git a/ReactAndroid/src/main/jni/packagerconnection/BUCK b/ReactAndroid/src/main/jni/packagerconnection/BUCK index 79c31907bf6..01dffb485e6 100644 --- a/ReactAndroid/src/main/jni/packagerconnection/BUCK +++ b/ReactAndroid/src/main/jni/packagerconnection/BUCK @@ -25,7 +25,7 @@ cxx_library( ], deps = ([ FBJNI_TARGET, - "//xplat/folly:molly", + "xplat//folly:molly", react_native_xplat_target("jschelpers:jschelpers"), ] + JSC_DEPS) if not IS_OSS_BUILD else [], ) diff --git a/ReactAndroid/src/main/jni/react/jni/BUCK b/ReactAndroid/src/main/jni/react/jni/BUCK index 15ae497afaa..4d0b6fcc254 100644 --- a/ReactAndroid/src/main/jni/react/jni/BUCK +++ b/ReactAndroid/src/main/jni/react/jni/BUCK @@ -49,7 +49,7 @@ cxx_library( ], deps = ([ "//native/third-party/android-ndk:android", - "//xplat/folly:molly", + "xplat//folly:molly", "//xplat/fbgloginit:fbgloginit", "//xplat/fbsystrace:fbsystrace", react_native_xplat_target("cxxreact:bridge"), diff --git a/ReactAndroid/src/main/jni/react/perftests/BUCK b/ReactAndroid/src/main/jni/react/perftests/BUCK index 45b4599da32..3098972b6f6 100644 --- a/ReactAndroid/src/main/jni/react/perftests/BUCK +++ b/ReactAndroid/src/main/jni/react/perftests/BUCK @@ -14,7 +14,7 @@ cxx_library( deps = [ "//native:base", "//native/fb:fb", - "//xplat/folly:molly", + "xplat//folly:molly", react_native_xplat_target("cxxreact:module"), ], ) diff --git a/ReactCommon/cxxreact/BUCK b/ReactCommon/cxxreact/BUCK index 97952d92ec7..b6a43f8f4b2 100644 --- a/ReactCommon/cxxreact/BUCK +++ b/ReactCommon/cxxreact/BUCK @@ -26,7 +26,7 @@ rn_xplat_cxx_library( "PUBLIC", ], deps = [ - "//xplat/folly:molly", + "xplat//folly:molly", ], ) @@ -49,7 +49,7 @@ rn_xplat_cxx_library( "PUBLIC", ], deps = [ - "//xplat/folly:molly", + "xplat//folly:molly", ], ) @@ -68,7 +68,7 @@ rn_xplat_cxx_library( ], deps = [ ":module", - "//xplat/folly:molly", + "xplat//folly:molly", ], ) @@ -140,7 +140,7 @@ rn_xplat_cxx_library( ":module", ":jsbigstring", "//xplat/fbsystrace:fbsystrace", - "//xplat/folly:molly", + "xplat//folly:molly", react_native_xplat_target("jschelpers:jschelpers"), react_native_xplat_target("microprofiler:microprofiler"), ] + JSC_DEPS, diff --git a/ReactCommon/cxxreact/tests/BUCK b/ReactCommon/cxxreact/tests/BUCK index 2d89a2dd3c1..f20321d66c5 100644 --- a/ReactCommon/cxxreact/tests/BUCK +++ b/ReactCommon/cxxreact/tests/BUCK @@ -38,7 +38,7 @@ if THIS_IS_FBOBJC: '-frtti', ], deps = [ - '//xplat/folly:molly', + 'xplat//folly:molly', 'xplat//third-party/gmock:gtest', react_native_xplat_target('cxxreact:bridge'), react_native_xplat_target('jschelpers:jschelpers'), diff --git a/ReactCommon/jschelpers/BUCK b/ReactCommon/jschelpers/BUCK index 11f4e65b765..c6e05af5d35 100644 --- a/ReactCommon/jschelpers/BUCK +++ b/ReactCommon/jschelpers/BUCK @@ -40,7 +40,7 @@ rn_xplat_cxx_library( "PUBLIC", ], deps = JSC_INTERNAL_DEPS + [ - "//xplat/folly:molly", + "xplat//folly:molly", ], )