Skip to content

Commit ea8ad64

Browse files
authored
[LOCAL] Make rrc_textinput on Android a shared library (#45592)
1 parent e39e9c4 commit ea8ad64

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native/ReactCommon/react/renderer/components/textinput

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/react/renderer/components/textinput/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add_compile_options(
1515
-DLOG_TAG=\"Fabric\")
1616

1717
file(GLOB rrc_textinput_SRC CONFIGURE_DEPENDS *.cpp platform/android/react/renderer/components/androidtextinput/*.cpp)
18-
add_library(rrc_textinput STATIC ${rrc_textinput_SRC})
18+
add_library(rrc_textinput SHARED ${rrc_textinput_SRC})
1919

2020
target_include_directories(rrc_textinput PUBLIC . ${CMAKE_CURRENT_SOURCE_DIR}/platform/android/)
2121

0 commit comments

Comments
 (0)