Skip to content

Commit

Permalink
Move react_codegen_* libraries for RNTester to OBJECT (#45735)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #45735

This merges several 2 external libraries from .so to be included inside
libappmodules.so.

Changelog:
[Internal] [Changed] - Move react_codegen_* libraries for RNTester to OBJECT

Reviewed By: rozele, rshest

Differential Revision: D60290806

fbshipit-source-id: 6bfa40995d7538e075819d916e8a204464edb75b
  • Loading branch information
cortinico authored and facebook-github-bot committed Jul 26, 2024
1 parent 95475ea commit 04159a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ file(GLOB react_codegen_SRCS CONFIGURE_DEPENDS *.cpp react/renderer/components/R

add_library(
react_codegen_ReactPopupMenuAndroidSpecs
SHARED
OBJECT
${react_codegen_SRCS}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ file(GLOB react_codegen_SRCS CONFIGURE_DEPENDS *.cpp react/renderer/components/O

add_library(
react_codegen_OSSLibraryExampleSpec
SHARED
OBJECT
${react_codegen_SRCS}
)

Expand Down

0 comments on commit 04159a5

Please sign in to comment.