From 0707bbcb59658151f37040c6095883071a18cbca Mon Sep 17 00:00:00 2001 From: Ruslan Shestopalyuk Date: Fri, 24 Nov 2023 03:52:26 -0800 Subject: [PATCH] Remove dangling reference to preload.bzl file (#41634) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41634 # Changelog: [Internal]- The actual file was removed in https://github.com/facebook/react-native/pull/36900, but the reference still remains, confusing different tools. Reviewed By: sammy-SC Differential Revision: D51559281 fbshipit-source-id: 3c6fa8e1462c7e376fccb44909218328aaaabab4 --- .buckconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.buckconfig b/.buckconfig index 3f1b5c6d11f..272ffbbe122 100644 --- a/.buckconfig +++ b/.buckconfig @@ -15,6 +15,3 @@ [alias] rntester = //packages/rn-tester/android/app:app - -[buildfile] - includes = //tools/build_defs/oss/preload.bzl