Skip to content

Commit

Permalink
[LOCAL] Make rrc_textinput on Android a shared library (#45592)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-piasecki committed Jul 29, 2024
1 parent e39e9c4 commit ea8ad64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ add_compile_options(
-DLOG_TAG=\"Fabric\")

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

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

Expand Down

0 comments on commit ea8ad64

Please sign in to comment.