Skip to content

Commit e85118c

Browse files
fkgozalifacebook-github-bot
authored andcommitted
update internal code attribution
Summary: Internal code attribution labeling update. Changelog: [Internal] Reviewed By: zlern2k Differential Revision: D21696075 fbshipit-source-id: ef689a6367e1dddfffbbefb52a6aead2c91bfefe
1 parent 43c161c commit e85118c

File tree

1 file changed

+1
-2
lines changed
  • ReactCommon/fabric/components/art

1 file changed

+1
-2
lines changed

ReactCommon/fabric/components/art/BUCK

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ rn_xplat_cxx_library(
4444
"-Wall",
4545
],
4646
cxx_tests = [":tests"],
47-
fbandroid_labels = ["supermodule:android/default/public.react_native.infra"],
4847
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
49-
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
5048
fbobjc_preprocessor_flags = get_preprocessor_flags_for_build_mode() + get_apple_inspector_flags(),
5149
force_static = True,
50+
labels = ["supermodule:xplat/default/public.react_native.playground"],
5251
platforms = (ANDROID, APPLE, CXX),
5352
preprocessor_flags = [
5453
"-DLOG_TAG=\"ReactNative\"",

0 commit comments

Comments
 (0)