Skip to content

Commit

Permalink
Add reexport_all_header_dependencies to (yet more) misc rules
Browse files Browse the repository at this point in the history
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
  • Loading branch information
adamjernst authored and facebook-github-bot committed Aug 13, 2019
1 parent 8a82503 commit 724fe11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/FBReactNativeSpec/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fb_apple_library(
"Foundation",
"UIKit",
],
reexport_all_header_dependencies = True,
deps = [
"fbsource//xplat/js/react-native-github:RCTTypeSafety",
"fbsource//xplat/js/react-native-github/Libraries/RCTRequired:RCTRequired",
Expand Down
1 change: 1 addition & 0 deletions React/CoreModules/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ rn_apple_library(
preprocessor_flags = OBJC_ARC_PREPROCESSOR_FLAGS + get_debug_preprocessor_flags() + rn_debug_flags() + [
"-DRN_DISABLE_OSS_PLUGIN_HEADER",
],
reexport_all_header_dependencies = True,
visibility = ["PUBLIC"],
exported_deps = [
"fbsource//xplat/js/react-native-github:ReactInternalApple",
Expand Down

0 comments on commit 724fe11

Please sign in to comment.