From d15a82dc3135ece0d394a40a7aae5b451e30df1d Mon Sep 17 00:00:00 2001 From: David Vacca Date: Fri, 16 Sep 2022 16:56:54 -0700 Subject: [PATCH] Remove test BUCK configuration for cxxcomponents Summary: This diff removes the 'test' BUCK configuration for cxxcomponents, the goal of the diff is to fix a sandcastle issue: https://www.internalfb.com/intern/sandcastle/log/?instance_id=36028797791859555&step_id=36028805144809956&step_index=6&name=Run%20arc%20focus-android build-break overriding_review_checks_triggers_an_audit_and_retroactive_review Oncall Short Name: react_native changelog: [internal] internal Differential Revision: D39589523 fbshipit-source-id: 9cb6ab1e8a5929e7d288771f2f980db00a5a4adb --- ReactAndroid/src/main/jni/react/cxxcomponents/BUCK | 1 - 1 file changed, 1 deletion(-) diff --git a/ReactAndroid/src/main/jni/react/cxxcomponents/BUCK b/ReactAndroid/src/main/jni/react/cxxcomponents/BUCK index 1f6f4597038..3d2775cf001 100644 --- a/ReactAndroid/src/main/jni/react/cxxcomponents/BUCK +++ b/ReactAndroid/src/main/jni/react/cxxcomponents/BUCK @@ -34,7 +34,6 @@ rn_xplat_cxx_library( "-DWITH_FBSYSTRACE=1", ], soname = "libcxxcomponents.$(ext)", - tests = [":tests"], visibility = ["PUBLIC"], deps = [ "//third-party/glog:glog",