Skip to content

Commit 724fe11

Browse files
adamjernstfacebook-github-bot
authored andcommitted
Add reexport_all_header_dependencies to (yet more) misc rules
Summary: Currently this is the default, but I plan to toggle the default to False shortly. False is better for build speed, as it forces you to separate deps and exported_deps. Reviewed By: williamtwilson Differential Revision: D16785991 fbshipit-source-id: 8cb73b87f1dfa50f21c0c12df1579054cdc99e6e
1 parent 8a82503 commit 724fe11

File tree

2 files changed

+2
-0
lines changed
  • Libraries/FBReactNativeSpec
  • React/CoreModules

2 files changed

+2
-0
lines changed

Libraries/FBReactNativeSpec/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ fb_apple_library(
1414
"Foundation",
1515
"UIKit",
1616
],
17+
reexport_all_header_dependencies = True,
1718
deps = [
1819
"fbsource//xplat/js/react-native-github:RCTTypeSafety",
1920
"fbsource//xplat/js/react-native-github/Libraries/RCTRequired:RCTRequired",

React/CoreModules/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ rn_apple_library(
4444
preprocessor_flags = OBJC_ARC_PREPROCESSOR_FLAGS + get_debug_preprocessor_flags() + rn_debug_flags() + [
4545
"-DRN_DISABLE_OSS_PLUGIN_HEADER",
4646
],
47+
reexport_all_header_dependencies = True,
4748
visibility = ["PUBLIC"],
4849
exported_deps = [
4950
"fbsource//xplat/js/react-native-github:ReactInternalApple",

0 commit comments

Comments
 (0)