Skip to content

Commit

Permalink
Add link group label to talkios deps
Browse files Browse the repository at this point in the history
Summary: Currently, link groups depend on supermodules to generate. To continue supporting link groups while allowing us to migrate off supermodules, we'll add a talkios_link_group label on all talkios targets to persist the current hierarchical information.

Reviewed By: jkeljo

Differential Revision: D40268252

fbshipit-source-id: 9211add120448e95f892d36a85583c700b2ec9a0
  • Loading branch information
Chenglin Liu authored and facebook-github-bot committed Oct 11, 2022
1 parent 14456e7 commit b33961d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions React/CoreModules/BUCK
Expand Up @@ -41,6 +41,7 @@ rn_apple_library(
"fbios_link_group:xplat/default/public.react_native.infra",
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
"talkios_link_group:xplat/default/public.react_native.infra",
],
link_whole = True,
platform_preprocessor_flags = [(
Expand Down

0 comments on commit b33961d

Please sign in to comment.