mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Compile platform Android components into static libraries
Summary: Removes extra .so files by merging built-in components into libfabricjni.so These components shouldn't be referenced in outside modules, so merging them is trivial atm. Changelog: [Internal][Android] - Compile native components into static libraries Reviewed By: cortinico Differential Revision: D32677572 fbshipit-source-id: fc1a6c5a2832ee49e438c30856562f85677514ea
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7eb1ff5048
commit
041398a775
@@ -41,20 +41,20 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libreact_config \
|
||||
libreactnativeutilsjni \
|
||||
librrc_image \
|
||||
librrc_modal \
|
||||
librrc_progressbar \
|
||||
librrc_root \
|
||||
librrc_scrollview \
|
||||
librrc_slider \
|
||||
librrc_switch \
|
||||
librrc_textinput \
|
||||
librrc_unimplementedview \
|
||||
librrc_view \
|
||||
libyoga \
|
||||
react_render_componentregistry \
|
||||
rrc_text
|
||||
|
||||
LOCAL_STATIC_LIBRARIES :=
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
librrc_slider \
|
||||
librrc_progressbar \
|
||||
librrc_switch \
|
||||
librrc_modal \
|
||||
librrc_scrollview \
|
||||
librrc_textinput
|
||||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user