mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
update internal code attribution
Summary: Internal code attribution labeling update. Changelog: [Internal] Reviewed By: zlern2k Differential Revision: D21696075 fbshipit-source-id: ef689a6367e1dddfffbbefb52a6aead2c91bfefe
This commit is contained in:
committed by
Facebook GitHub Bot
parent
43c161c30a
commit
e85118cc43
@@ -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\"",
|
||||
|
||||
Reference in New Issue
Block a user