From e85118cc43abbe2229645799216458b2fb4beddd Mon Sep 17 00:00:00 2001 From: Kevin Gozali Date: Thu, 21 May 2020 19:57:36 -0700 Subject: [PATCH] update internal code attribution Summary: Internal code attribution labeling update. Changelog: [Internal] Reviewed By: zlern2k Differential Revision: D21696075 fbshipit-source-id: ef689a6367e1dddfffbbefb52a6aead2c91bfefe --- ReactCommon/fabric/components/art/BUCK | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ReactCommon/fabric/components/art/BUCK b/ReactCommon/fabric/components/art/BUCK index d14d6bcbfad..bc1e035c5cb 100644 --- a/ReactCommon/fabric/components/art/BUCK +++ b/ReactCommon/fabric/components/art/BUCK @@ -44,11 +44,10 @@ rn_xplat_cxx_library( "-Wall", ], cxx_tests = [":tests"], - fbandroid_labels = ["supermodule:android/default/public.react_native.infra"], fbobjc_compiler_flags = APPLE_COMPILER_FLAGS, - fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"], fbobjc_preprocessor_flags = get_preprocessor_flags_for_build_mode() + get_apple_inspector_flags(), force_static = True, + labels = ["supermodule:xplat/default/public.react_native.playground"], platforms = (ANDROID, APPLE, CXX), preprocessor_flags = [ "-DLOG_TAG=\"ReactNative\"",