From 2e1e62f2bf043ea0bf9926e1f5786ca54a22005e Mon Sep 17 00:00:00 2001 From: Aniket Mathur Date: Mon, 2 May 2022 19:23:38 -0700 Subject: [PATCH] Fix import path breakage (#33746) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/33746 https://github.com/facebook/react-native/runs/6262282188?check_suite_focus=true Cell imports aren't compatible with open source buck builds. Reviewed By: alexmalyshev Differential Revision: D36073197 fbshipit-source-id: 0b7c27cea2516c980e19c89eb4f313817b63c628 --- ReactAndroid/src/test/resources/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactAndroid/src/test/resources/BUCK b/ReactAndroid/src/test/resources/BUCK index 1494545534316b..3c1553a6085f52 100644 --- a/ReactAndroid/src/test/resources/BUCK +++ b/ReactAndroid/src/test/resources/BUCK @@ -3,7 +3,7 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -load("@fbsource//tools/build_defs:fb_native_wrapper.bzl", "fb_native") +load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") fb_native.java_library( name = "robolectric",