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
This commit is contained in:
Adam Ernst 2019-08-13 11:09:56 -07:00 коммит произвёл Facebook Github Bot
Родитель 8a82503b54
Коммит 724fe11472
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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",

Просмотреть файл

@ -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",